Ejemplo n.º 1
0
 public static function dropStoredStaticCache()
 {
     fx::data('component')->dropStoredStaticCache();
     parent::dropStoredStaticCache();
 }
Ejemplo n.º 2
0
 public static function dropStoredStaticCache()
 {
     parent::dropStoredStaticCache();
     fx::cache('meta')->delete('schema');
 }