Ejemplo n.º 1
0
 public function isCached($key)
 {
     return $this->_session_cache->isCached($key) || $this->_file_cache->isCached($key);
 }