Пример #1
0
 public static function dropStoredStaticCache()
 {
     fx::data('component')->dropStoredStaticCache();
     parent::dropStoredStaticCache();
 }
Пример #2
0
 public static function dropStoredStaticCache()
 {
     parent::dropStoredStaticCache();
     fx::cache('meta')->delete('schema');
 }