Example #1
0
 public function flushCache($persistant = true)
 {
     parent::flushCache($persistant);
     self::$cache_file_fields = null;
 }
Example #2
0
 public function flushCache()
 {
     parent::flushCache();
     self::$cache_file_fields = null;
 }