Exemple #1
0
 public static function flush()
 {
     static::$cache === null and static::$cache = static::$di->getShared('cache');
     return static::$cache->flush();
 }