mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Merge branch '7.0' into 7.1
* 7.0: [Cache] Small correction in the use of tags in the cache
This commit is contained in:
@@ -545,7 +545,7 @@ Using Cache Tags
|
||||
In applications with many cache keys it could be useful to organize the data stored
|
||||
to be able to invalidate the cache more efficiently. One way to achieve that is to
|
||||
use cache tags. One or more tags could be added to the cache item. All items with
|
||||
the same key could be invalidated with one function call::
|
||||
the same tag could be invalidated with one function call::
|
||||
|
||||
use Symfony\Contracts\Cache\ItemInterface;
|
||||
use Symfony\Contracts\Cache\TagAwareCacheInterface;
|
||||
|
||||
Reference in New Issue
Block a user