Ejemplo n.º 1
0
 public function flush()
 {
     return parent::flush();
 }
Ejemplo n.º 2
0
 public static function flush()
 {
     static::$cache === null and static::$cache = static::$di->getShared('cache');
     return static::$cache->flush();
 }