Ejemplo n.º 1
0
 /**
  * Return an array of stored cache ids
  *
  * @return array array of stored cache ids (string)
  */
 public function getIds()
 {
     return $this->_slowBackend->getIds();
 }