Skip to content

Commit db902d6

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Cache] Small correction in the use of tags in the cache
2 parents fae3142 + 9d82fe1 commit db902d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Using Cache Tags
558558
In applications with many cache keys it could be useful to organize the data stored
559559
to be able to invalidate the cache more efficiently. One way to achieve that is to
560560
use cache tags. One or more tags could be added to the cache item. All items with
561-
the same key could be invalidated with one function call::
561+
the same tag could be invalidated with one function call::
562562

563563
use Symfony\Contracts\Cache\ItemInterface;
564564
use Symfony\Contracts\Cache\TagAwareCacheInterface;

0 commit comments

Comments
 (0)