flush() public méthode

Mark all entries on a memcache installation as expired.
public flush ( )
Exemple #1
0
 /**
  */
 public function clear()
 {
     // No way to delete keys via memcache - have to drop entire DB.
     $this->_memcache->flush();
 }
Exemple #2
0
 /**
  */
 public function clear()
 {
     $this->_memcache->flush();
 }
Exemple #3
0
 /**
  */
 public function clear()
 {
     $this->_memcache->flush();
     $this->_objectcache = array();
 }