File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -286,16 +286,3 @@ each lock using the camel case version of its name suffixed by ``LockFactory``
286286- e.g. ``invoice `` can be injected automatically by naming the argument
287287``$invoiceLockFactory `` and type-hinting it with
288288:class: `Symfony\\ Component\\ Lock\\ LockFactory `.
289-
290- Blocking Store
291- --------------
292-
293- If you want to use the ``RetryTillSaveStore `` for :ref: `non-blocking locks <lock-blocking-locks >`,
294- you can do it by :doc: `decorating the store </service_container/service_decoration >` service:
295-
296- .. code-block :: yaml
297-
298- lock.default.retry_till_save.store :
299- class : Symfony\Component\Lock\Store\RetryTillSaveStore
300- decorates : lock.default.store
301- arguments : ['@.inner', 100, 50]
You can’t perform that action at this time.
0 commit comments