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} |
{@inheritdoc}
$key | ||
$default |
{@inheritdoc}
$keys | ||
$default |
{@inheritdoc}
$key |
{@inheritdoc}
{@inheritdoc}
$key |
{@inheritdoc}
$keys |
{@inheritdoc}
$key | ||
$value | ||
$ttl |
{@inheritdoc}
$values | ||
$ttl |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Simple/NullCache.html