CacheEngine_APC::deletePage PHP Method

deletePage() public method

Delete the page identified by the given key from the cache.
public deletePage ( $p_key ) : void
return void
    public function deletePage($p_key)
    {
        throw new UnsupportedCacheOperation('delete page');
    }