Spec-Zone.ru › Symfony 4.1

ProxyAdapter

класс ProxyAdapter реализует AdapterInterface, PruneableInterface, ResettableInterface

Свойства

ProxyTrait

Методы

prune()

{@inheritdoc}

из ProxyTrait
reset()

{@inheritdoc}

из ProxyTrait
__construct(CacheItemPoolInterface $pool, string $namespace = '', int $defaultLifetime = 0)
CacheItem getItem($key)

{@inheritdoc}

Traversable|CacheItem[] 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}

Подробности

prune()

{@inheritdoc}

reset()

{@inheritdoc}

__construct(CacheItemPoolInterface $pool, string $namespace = '', int $defaultLifetime = 0)

Параметры

CacheItemPoolInterface $pool
string $namespace
int $defaultLifetime

CacheItem getItem($key)

{@inheritdoc}

Параметры

$key

Возвращаемое значение

CacheItem

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

{@inheritdoc}

Параметры

array $keys

Возвращаемое значение

Traversable|CacheItem[]

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.
https://api.symfony.com/4.1/Symfony/Component/Cache/Adapter/ProxyAdapter.html

Spec-Zone.ru

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