We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8ebd40 + 145de8e commit bec17b9Copy full SHA for bec17b9
lock.rst
@@ -286,16 +286,3 @@ each lock using the camel case version of its name suffixed by ``LockFactory``
286
- e.g. ``invoice`` can be injected automatically by naming the argument
287
``$invoiceLockFactory`` and type-hinting it with
288
: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]
0 commit comments