Beispiel #1
0
 /**
  * Clear cache data
  * @return void
  */
 public function reset()
 {
     $this->cache->remove($this->cacheId);
 }
Beispiel #2
0
 public function remove($key)
 {
     return $this->wrappedCache->remove($this->prefix . $key);
 }