Skip to content

Commit ea98803

Browse files
authored
Update cache_invalidation.rst
1 parent 84444a1 commit ea98803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ method.
6262

6363
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware-adapter>`
6464
which is optimized for this purpose. When using File system, likewise consider to use
65-
:ref:`FilesystemTagAwareAdapter <filesystem-tag-aware-adapter>`
65+
:ref:`FilesystemTagAwareAdapter <filesystem-tag-aware-adapter>`.
6666

6767
The :class:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter` class implements
6868
instantaneous invalidation (time complexity is ``O(N)`` where ``N`` is the number

0 commit comments

Comments
 (0)