示例#1
0
文件: Cache.php 项目: manaphp/manaphp
 /**
  * @param string $key
  *
  * @return bool
  */
 public function exists($key)
 {
     return $this->adapter->exists($this->_prefix . $key);
 }