VersionedCacheAdapter
class VersionedCacheAdapter extends ProxyCacheAdapter
Methods
__construct(CacheInterface $pool)
Create container cache controlling an inner pool cache
from ProxyCacheAdapter
Details
in ProxyCacheAdapter at line 34
__construct(CacheInterface $pool)
Create container cache controlling an inner pool cache
in ProxyCacheAdapter at line 42
get($key, $default = null)
{@inheritdoc}
in ProxyCacheAdapter at line 51
has($key)
{@inheritdoc}
in ProxyCacheAdapter at line 60
delete($key)
{@inheritdoc}
in ProxyCacheAdapter at line 69
set($key, $value, $ttl = null)
{@inheritdoc}
in ProxyCacheAdapter at line 78
setMultiple($items, $ttl = null)
{@inheritdoc}
in ProxyCacheAdapter at line 94
getMultiple($keys, $default = null)
{@inheritdoc}
in ProxyCacheAdapter at line 114
clear()
{@inheritdoc}
in ProxyCacheAdapter at line 122
deleteMultiple($keys)
{@inheritdoc}
in ProxyCacheAdapter at line 131
prune()
{@inheritdoc}
in ProxyCacheAdapter at line 142
reset()
{@inheritdoc}