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);