Ejemplo n.º 1
0
 /**
  * Remove all items from the cache.
  *
  * @return void
  */
 public function flush()
 {
     $this->apc->flush();
 }
Ejemplo n.º 2
0
 /**
  * Remove all items from the cache.
  *
  * @return bool
  */
 public function flush()
 {
     return $this->apc->flush();
 }