On this page
AdapterInterface
interface AdapterInterface implements CacheItemPoolInterface
Interface for adapters managing instances of Symfony's CacheItem.
Methods
Details
CacheItem getItem($key)
{@inheritdoc}
Parameters
$key |
Return Value
getItems(array $keys = array())
{@inheritdoc}
return \Traversable|CacheItem[]
Parameters
array | $keys |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.4/Symfony/Component/Cache/Adapter/AdapterInterface.html