Beispiel #1
0
 /**
  * Delete data from cache
  *
  * @param $key cache identifier
  *
  * @return mixed
  */
 public function deleteCache($key)
 {
     return $this->_cache->delete($key);
 }