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