interface AdapterInterface implements CacheItemPoolInterface

Interface for adapters managing instances of Symfony's CacheItem.

Methods

getItem($key)

{@inheritdoc}

getItems(array $keys = array())

{@inheritdoc}

Details

CacheItem getItem($key)

{@inheritdoc}

Parameters

$key

Return Value

CacheItem

Traversable|CacheItem[] getItems(array $keys = array())

{@inheritdoc}

Parameters

array $keys

Return Value

Traversable|CacheItem[]