예제 #1
0
파일: Chain.php 프로젝트: Eximagen/sochi
 /**
  *
  */
 public function remove($key)
 {
     $this->primaryStorage->remove($key);
     $this->secondaryStorage->remove($key);
 }
예제 #2
0
 /**
  * Elimina el cache
  * @return unknown_type
  */
 public function clearCache()
 {
     $this->cache->remove('acl');
 }