예제 #1
0
파일: Cache.php 프로젝트: manaphp/manaphp
 /**
  * @param string $key
  *
  * @return bool
  */
 public function exists($key)
 {
     return $this->adapter->exists($this->_prefix . $key);
 }