Spec-Zone.ru › Symfony 4.1

NullCache

class NullCache implements CacheInterface

Методы

get($key, $default = null)

{@inheritdoc}

getMultiple($keys, $default = null)

{@inheritdoc}

has($key)

{@inheritdoc}

clear()

{@inheritdoc}

delete($key)

{@inheritdoc}

deleteMultiple($keys)

{@inheritdoc}

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

{@inheritdoc}

setMultiple($values, $ttl = null)

{@inheritdoc}

Подробности

get($key, $default = null)

{@inheritdoc}

Параметры

$key
$default

getMultiple($keys, $default = null)

{@inheritdoc}

Параметры

$keys
$default

has($key)

{@inheritdoc}

Параметры

$key

clear()

{@inheritdoc}

delete($key)

{@inheritdoc}

Параметры

$key

deleteMultiple($keys)

{@inheritdoc}

Параметры

$keys

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

{@inheritdoc}

Параметры

$key
$value
$ttl

setMultiple($values, $ttl = null)

{@inheritdoc}

Параметры

$values
$ttl

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

Spec-Zone.ru

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