Пример #1
0
 public static function cleanCache($file = null)
 {
     self::$_staticLoadedPluginPaths = array();
     self::$_staticLoadedPlugins = array();
     if (null !== $file && file_exists($file)) {
         self::_write('', $file);
     }
 }