class BaseCacheHandler

Properties

protected ClientInterface $client
protected ResourcePoolInterface $resourcePool
protected CacheItemPoolInterface $cacheItemPool

Methods

__construct(ClientInterface $client, ResourcePoolInterface $resourcePool, CacheItemPoolInterface $cacheItemPool)

CacheWarmer constructor.

ResourceInterface[]
fetchResources(bool $cacheContent = \false)

No description

Details

at line 45
__construct(ClientInterface $client, ResourcePoolInterface $resourcePool, CacheItemPoolInterface $cacheItemPool)

CacheWarmer constructor.

Parameters

ClientInterface $client
ResourcePoolInterface $resourcePool
CacheItemPoolInterface $cacheItemPool

at line 60
protected ResourceInterface[] fetchResources(bool $cacheContent = \false)

Parameters

bool $cacheContent

Return Value

ResourceInterface[]