File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ and deleting cache items using only two methods and a callback::
65
65
66
66
Out of the box, using this interface provides stampede protection via locking
67
67
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.
69
69
See the :doc: `/components/cache ` article for more information.
70
70
71
71
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
73
73
returns ``true ``, it means we are currently recomputing a value ahead of its
74
74
expiration date.
75
75
You can’t perform that action at this time.
0 commit comments