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 e98061c

Browse filesBrowse files
committed
minor #12486 [Cache] Fixed some method names (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Cache] Fixed some method names Reported in Slack. @OskarStark 🙏 we could create a rule to ensure that `:method:` doesn't include `()` (because they are added automatically!) Thanks! Commits ------- bb8d5ad [Cache] Fixed some method names
2 parents 762cc79 + bb8d5ad commit e98061c
Copy full SHA for e98061c

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.