Cache\Adapter\Apc\ApcCachePool::clearAllObjectsFromCache PHP Method

clearAllObjectsFromCache() protected method

protected clearAllObjectsFromCache ( )
    protected function clearAllObjectsFromCache()
    {
        return apc_clear_cache('user');
    }