class TraceableTagAwareAdapter extends TraceableAdapter implements TagAwareAdapterInterface
protected | $pool | from TraceableAdapter |
__construct(AdapterInterface $pool) | ||
CacheItem | getItem($key) {@inheritdoc} | from TraceableAdapter |
hasItem($key) {@inheritdoc} | from TraceableAdapter | |
deleteItem($key) {@inheritdoc} | from TraceableAdapter | |
save(CacheItemInterface $item) {@inheritdoc} | from TraceableAdapter | |
saveDeferred(CacheItemInterface $item) {@inheritdoc} | from TraceableAdapter | |
Traversable|CacheItem[] | getItems(array $keys = array()) {@inheritdoc} | from TraceableAdapter |
clear() {@inheritdoc} | from TraceableAdapter | |
deleteItems(array $keys) {@inheritdoc} | from TraceableAdapter | |
commit() {@inheritdoc} | from TraceableAdapter | |
bool | prune() | from TraceableAdapter |
reset() | from TraceableAdapter | |
getCalls() | from TraceableAdapter | |
clearCalls() | from TraceableAdapter | |
start($name) | from TraceableAdapter | |
bool | invalidateTags(array $tags) Invalidates cached items using tags. |
AdapterInterface | $pool |
{@inheritdoc}
$key |
CacheItem |
{@inheritdoc}
$key |
{@inheritdoc}
$key |
{@inheritdoc}
CacheItemInterface | $item |
{@inheritdoc}
CacheItemInterface | $item |
{@inheritdoc}
array | $keys |
Traversable|CacheItem[] |
{@inheritdoc}
{@inheritdoc}
array | $keys |
{@inheritdoc}
bool |
$name |
Invalidates cached items using tags.
array | $tags | An array of tags to invalidate |
bool | True on success |
InvalidArgumentException | When $tags is not valid |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.html