예제 #1
0
파일: Cache.php 프로젝트: comelyio/comely
 /**
  * @param string $id
  * @return bool
  */
 public function has(string $id) : bool
 {
     return $this->cache->has("sess_" . $id);
 }