class Psr6Cache implements CacheInterface, PruneableInterface, ResettableInterface
ProxyTrait |
prune() {@inheritdoc} | from ProxyTrait | |
reset() {@inheritdoc} | from 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} |
{@inheritdoc}
{@inheritdoc}
CacheItemPoolInterface | $pool |
{@inheritdoc}
$key | ||
$default |
{@inheritdoc}
$key | ||
$value | ||
$ttl |
{@inheritdoc}
$key |
{@inheritdoc}
{@inheritdoc}
$keys | ||
$default |
{@inheritdoc}
$values | ||
$ttl |
{@inheritdoc}
$keys |
{@inheritdoc}
$key |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Simple/Psr6Cache.html