Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb8d5ad

Browse filesBrowse files
[Cache] Fixed some method names
1 parent d7eedd0 commit bb8d5ad
Copy full SHA for bb8d5ad

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/cache/cache_pools.rst

Copy file name to clipboardExpand all lines: components/cache/cache_pools.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.