class CacheWarmer

CacheWarmer class.

Use this class to save the needed cache information in a PSR-6 compatible pool.

Methods

__construct(Client $client, CacheItemPoolInterface $cacheItemPool)

CacheWarmer constructor.

bool
warmUp()

No description

Details

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

CacheWarmer constructor.

Parameters

Client $client
CacheItemPoolInterface $cacheItemPool

at line 49
bool warmUp()

Return Value

bool