Skip to content

Commit 9d82fe1

Browse files
committed
minor #19850 [Cache] Small correction in the use of tags in the cache (aghou)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Cache] Small correction in the use of tags in the cache Replacement of the word key by tag in the description of the use of tags in the cache <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 880c507 [Cache] Small correction in the use of tags in the cache
2 parents 20787d7 + 880c507 commit 9d82fe1

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
@@ -572,7 +572,7 @@ Using Cache Tags
572572
In applications with many cache keys it could be useful to organize the data stored
573573
to be able to invalidate the cache more efficiently. One way to achieve that is to
574574
use cache tags. One or more tags could be added to the cache item. All items with
575-
the same key could be invalidated with one function call::
575+
the same tag could be invalidated with one function call::
576576

577577
use Symfony\Contracts\Cache\ItemInterface;
578578
use Symfony\Contracts\Cache\TagAwareCacheInterface;

0 commit comments

Comments
 (0)