ManaPHP\CacheInterface::exists PHP 메소드

exists() 공개 메소드

Checks whether a specified key exists in the cache.
public exists ( string $key ) : boolean
$key string
리턴 boolean
    public function exists($key);