class CacheClearer

CacheClearer class.

Use this class to clear the needed cache information from a PSR-6 compatible pool.

Methods

__construct(Client $client, CacheItemPoolInterface $cacheItemPool)

CacheClearer constructor.

bool
clear()

No description

Details

at line 40
__construct(Client $client, CacheItemPoolInterface $cacheItemPool)

CacheClearer constructor.

Parameters

Client $client
CacheItemPoolInterface $cacheItemPool

at line 49
bool clear()

Return Value

bool