ManaPHP\CacheInterface::exists PHP Method

exists() public method

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