AdapterInterface

AdapterInterface

interface AdapterInterface implements CacheItemPoolInterface

Interface for adapters managing instances of Symfony's CacheItem.

Methods

CacheItem getItem($key)

{@inheritdoc}

getItems(array $keys = array())

{@inheritdoc}

Details

CacheItem getItem($key)

{@inheritdoc}

Parameters

$key

Return Value

CacheItem

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.3/Symfony/Component/Cache/Adapter/AdapterInterface.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部