Exemplo n.º 1
0
 /**
  *
  */
 public function remove($key)
 {
     $this->primaryStorage->remove($key);
     $this->secondaryStorage->remove($key);
 }
Exemplo n.º 2
0
 /**
  * Elimina el cache
  * @return unknown_type
  */
 public function clearCache()
 {
     $this->cache->remove('acl');
 }