We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8b1210 + db902d6 commit ec61747Copy full SHA for ec61747
cache.rst
@@ -558,7 +558,7 @@ Using Cache Tags
558
In applications with many cache keys it could be useful to organize the data stored
559
to be able to invalidate the cache more efficiently. One way to achieve that is to
560
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::
+the same tag could be invalidated with one function call::
562
563
use Symfony\Contracts\Cache\ItemInterface;
564
use Symfony\Contracts\Cache\TagAwareCacheInterface;
0 commit comments