示例#1
0
 /**
  * Clears all values from the cache.
  *
  * @return mixed
  */
 public function drop()
 {
     $this->memcached->flush();
     $this->dropChain();
 }
示例#2
0
 /**
  * @return mixed
  */
 public function flush()
 {
     return $this->memcached->flush();
 }