ManaPHP\Cache\Adapter\Apc::exists PHP Méthode

exists() public méthode

public exists ( string $key ) : boolean
$key string
Résultat boolean
    public function exists($key)
    {
        return apc_exists($this->_prefix . $key);
    }