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