Skip to content

Commit bb8d5ad

Browse files
[Cache] Fixed some method names
1 parent d7eedd0 commit bb8d5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache/cache_pools.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ and deleting cache items using only two methods and a callback::
6565

6666
Out of the box, using this interface provides stampede protection via locking
6767
and early expiration. Early expiration can be controlled via the third "beta"
68-
argument of the :method:`Symfony\\Contracts\\Cache\\CacheInterface::get()` method.
68+
argument of the :method:`Symfony\\Contracts\\Cache\\CacheInterface::get` method.
6969
See the :doc:`/components/cache` article for more information.
7070

7171
Early expiration can be detected inside the callback by calling the
72-
:method:`Symfony\\Contracts\\Cache\\ItemInterface::isHit()` method: if this
72+
:method:`Symfony\\Contracts\\Cache\\ItemInterface::isHit` method: if this
7373
returns ``true``, it means we are currently recomputing a value ahead of its
7474
expiration date.
7575

0 commit comments

Comments
 (0)