public function stat()
 {
     return \Icybee\Modules\Cache\Module::get_files_stat(\ICanBoogie\REPOSITORY . 'thumbnailer');
 }
Example #2
0
 /**
  * Return stats about the cache.
  */
 public function stat()
 {
     return CacheModule::get_storage_stat($this->vars, self::REGEX);
 }