コード例 #1
0
ファイル: Cache.php プロジェクト: comelyio/comely
 /**
  * @param string $id
  * @return bool
  */
 public function has(string $id) : bool
 {
     return $this->cache->has("sess_" . $id);
 }