Cache\Adapter\Apcu\ApcuCachePool::clearOneObjectFromCache PHP Method

clearOneObjectFromCache() protected method

protected clearOneObjectFromCache ( $key )
    protected function clearOneObjectFromCache($key)
    {
        apcu_delete($key);
        return true;
    }