예제 #1
0
파일: File.php 프로젝트: mattvb91/cphalcon
 public function flush()
 {
     return parent::flush();
 }
예제 #2
0
 public static function flush()
 {
     static::$cache === null and static::$cache = static::$di->getShared('cache');
     return static::$cache->flush();
 }