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.
1 parent aa0a7aa commit b29d9dbCopy full SHA for b29d9db
components/cache/cache_invalidation.rst
@@ -7,7 +7,7 @@ Cache Invalidation
7
8
Cache invalidation is the process of removing all cached items related to a
9
change in the state of your model. The most basic kind of invalidation is direct
10
-items deletion. But when the state of a primary resource has spread accross
+items deletion. But when the state of a primary resource has spread across
11
several cached items, keeping them in sync can be difficult.
12
13
The Symfony Cache component provides two mechanisms to help solving this problem:
0 commit comments