Zephir\FileSystem\Apc::exists PHP Method

exists() public method

Checks whether a temporary entry does exist
public exists ( string $path ) : boolean
$path string
return boolean
    public function exists($path)
    {
        return apc_exists($this->basePrefix . $path);
    }