interface TagAwareAdapterInterface implements AdapterInterface
Interface for invalidating cached items using tags.
| CacheItem | getItem($key) {@inheritdoc} | from AdapterInterface |
| Traversable|CacheItem[] | getItems(array $keys = array()) {@inheritdoc} | from AdapterInterface |
| bool | invalidateTags(array $tags) Invalidates cached items using tags. |
{@inheritdoc}
| $key |
| CacheItem |
{@inheritdoc}
| array | $keys |
| Traversable|CacheItem[] |
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/TagAwareAdapterInterface.html