class ProxyAdapter implements AdapterInterface
Methods
__construct(CacheItemPoolInterface $pool, $namespace = '', $defaultLifetime)
getItem($key) {@inheritdoc}
getItems(array $keys = array()) {@inheritdoc}
hasItem($key) {@inheritdoc}
clear() {@inheritdoc}
deleteItem($key) {@inheritdoc}
deleteItems(array $keys) {@inheritdoc}
save(CacheItemInterface $item) {@inheritdoc}
saveDeferred(CacheItemInterface $item) {@inheritdoc}
commit() {@inheritdoc}