Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  [Cache] Small correction in the use of tags in the cache
  • Loading branch information
javiereguiluz committed May 6, 2024
2 parents fae3142 + 9d82fe1 commit db902d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,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;
Expand Down

0 comments on commit db902d6

Please sign in to comment.