Spec-Zone.ru › Symfony 4.1

Psr6Кэш

класс Psr6Кэш реализует CacheInterface, PruneableInterface, ResettableInterface

Свойства

ProxyTrait

Методы

prune()

{@inheritdoc}

из ProxyTrait
reset()

{@inheritdoc}

из ProxyTrait
__construct(CacheItemPoolInterface $pool)
get($key, $default = null)

{@inheritdoc}

set($key, $value, $ttl = null)

{@inheritdoc}

delete($key)

{@inheritdoc}

clear()

{@inheritdoc}

getMultiple($keys, $default = null)

{@inheritdoc}

setMultiple($values, $ttl = null)

{@inheritdoc}

deleteMultiple($keys)

{@inheritdoc}

has($key)

{@inheritdoc}

Подробное описание

prune()

{@inheritdoc}

reset()

{@inheritdoc}

__construct(CacheItemPoolInterface $pool)

Параметры

CacheItemPoolInterface $pool

get($key, $default = null)

{@inheritdoc}

Параметры

$key
$default

set($key, $value, $ttl = null)

{@inheritdoc}

Параметры

$key
$value
$ttl

delete($key)

{@inheritdoc}

Параметры

$key

clear()

{@inheritdoc}

getMultiple($keys, $default = null)

{@inheritdoc}

Параметры

$keys
$default

setMultiple($values, $ttl = null)

{@inheritdoc}

Параметры

$values
$ttl

deleteMultiple($keys)

{@inheritdoc}

Параметры

$keys

has($key)

{@inheritdoc}

Параметры

$key

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.4/Symfony/Component/Cache/Simple/Psr6Cache.html

Spec-Zone.ru

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