Example #1
0
 /**
  * Return stats about the cache.
  */
 public function stat()
 {
     return CacheModule::get_storage_stat($this->vars, self::REGEX);
 }