예제 #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');
 }