CacheEngine_APC::deletePage PHP Метод

deletePage() публичный Метод

Delete the page identified by the given key from the cache.
public deletePage ( $p_key ) : void
Результат void
    public function deletePage($p_key)
    {
        throw new UnsupportedCacheOperation('delete page');
    }