示例#1
0
文件: Finder.php 项目: floxim/floxim
 public static function dropStoredStaticCache()
 {
     fx::data('component')->dropStoredStaticCache();
     parent::dropStoredStaticCache();
 }
示例#2
0
文件: Finder.php 项目: floxim/floxim
 public static function dropStoredStaticCache()
 {
     parent::dropStoredStaticCache();
     fx::cache('meta')->delete('schema');
 }