interface AdapterInterface implementsCacheItemPoolInterface

Interface for adapters managing instances of Symfony's CacheItem.

Methods

CacheItem
getItem(mixed$key)

No description

iterable
getItems(array$keys =[])

No description

bool
clear(string$prefix ='')

No description

Details

CacheItem getItem(mixed$key)

Parameters

mixed $key

Return Value

CacheItem

iterable getItems(array$keys =[])

Parameters

array $keys

Return Value

iterable CacheItem>

bool clear(string$prefix ='')

Parameters

string $prefix

Return Value

bool