Spec-Zone.ru › Symfony 3.1

ChainAdapter

class ChainAdapter implements AdapterInterface

Цепочкой нескольких адаптеров.

Кэшированные элементы извлекаются из первого адаптера, имеющего их в своём хранилище. Они сохраняются и удаляются во всех адаптерах сразу.

Методы

__construct(array $adapters, int $maxLifetime)
getItem($key)

{@inheritdoc}

getItems(array $keys = array())

{@inheritdoc}

hasItem($key)

{@inheritdoc}

clear()

{@inheritdoc}

deleteItem($key)

{@inheritdoc}

deleteItems(array $keys)

{@inheritdoc}

save(CacheItemInterface $item)

{@inheritdoc}

saveDeferred(CacheItemInterface $item)

{@inheritdoc}

commit()

{@inheritdoc}

Подробности

__construct(array $adapters, int $maxLifetime)

Параметры

array $adapters Отсортированный список адаптеров, используемых для извлечения кэшированных элементов
int $maxLifetime Максимальное время жизни элементов, передаваемых от нижних адаптеров к верхним

getItem($key)

{@inheritdoc}

Параметры

$key

getItems(array $keys = array())

{@inheritdoc}

Параметры

array $keys

hasItem($key)

{@inheritdoc}

Параметры

$key

clear()

{@inheritdoc}

deleteItem($key)

{@inheritdoc}

Параметры

$key

deleteItems(array $keys)

{@inheritdoc}

Параметры

array $keys

save(CacheItemInterface $item)

{@inheritdoc}

Параметры

CacheItemInterface $item

saveDeferred(CacheItemInterface $item)

{@inheritdoc}

Параметры

CacheItemInterface $item

commit()

{@inheritdoc}

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/Cache/Adapter/ChainAdapter.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API