File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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::
6565
6666Out of the box, using this interface provides stampede protection via locking
6767and 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.
6969See the :doc: `/components/cache ` article for more information.
7070
7171Early 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
7373returns ``true ``, it means we are currently recomputing a value ahead of its
7474expiration date.
7575
You can’t perform that action at this time.
0 commit comments