We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94608af commit 5e8fb6eCopy full SHA for 5e8fb6e
components/lock.rst
@@ -406,6 +406,14 @@ Store Scope Blocking Ex
406
A special ``InMemoryStore`` is available for saving locks in memory during
407
a process, and can be useful for testing.
408
409
+.. tip::
410
+
411
+ A special ``NullStore`` is available and persist nothing, it can be useful for testing.
412
413
+.. versionadded:: 7.2
414
415
+ The :class:`Symfony\\Component\\Lock\\Store\\NullStore` was introduced in Symfony 7.2.
416
417
.. _lock-store-flock:
418
419
FlockStore
0 commit comments