Example #1
0
 public function flushCache()
 {
     parent::flushCache();
     self::$cache_file_fields = null;
 }
Example #2
0
 public function flushCache($persistant = true)
 {
     parent::flushCache($persistant);
     self::$cache_file_fields = null;
 }
Example #3
0
 public function flushCache($persistent = true)
 {
     parent::flushCache($persistent);
     $this->_cache_statusFlags = null;
 }