コード例 #1
0
 /**
  * Clear cache
  */
 public static function clearCache()
 {
     self::$Plugins = NULL;
     Cache::delete(self::CACHE_KEY);
 }