Exemplo n.º 1
0
 /**
  * Removes all entries from the Persistence Provider
  *
  * @return bool
  */
 public function clear()
 {
     return $this->adapter->flush();
 }
Exemplo n.º 2
0
 /**
  * Flush the whole storage
  *
  * @return bool
  */
 public function flush()
 {
     return $this->cache->flush();
 }