Exemplo n.º 1
0
 /**
  * Fluhes all data
  *
  * @todo
  * @return boolean
  */
 function flush()
 {
     if (is_object($this->_memcached)) {
         return $this->_memcached->flush_all();
     }
     return false;
 }