ManaPHP\Task\Metadata\Adapter\Apc::exists PHP Method

exists() public method

public exists ( string $key ) : boolean
$key string
return boolean
    public function exists($key)
    {
        return apc_exists($key);
    }