Интерфейс адаптера
интерфейс AdapterInterface реализует CacheItemPoolInterface
Интерфейс для адаптеров, управляющих экземплярами кэша Symfony CacheItem.
Методы
| CacheItem | getItem($key) {@inheritdoc} | |
| getItems(array $keys = array()) {@inheritdoc} |
Подробности
CacheItem getItem($key)
{@inheritdoc}
Параметры
| $key |
Возвращаемое значение
| CacheItem |
getItems(array $keys = array())
{@inheritdoc}
возвращает \Traversable|CacheItem[]
Параметры
| array | $keys |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/Cache/Adapter/AdapterInterface.html