Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,14 @@ Store Scope Blocking Ex
A special ``InMemoryStore`` is available for saving locks in memory during
a process, and can be useful for testing.

.. tip::

A special ``NullStore`` is available and persist nothing, it can be useful for testing.

.. versionadded:: 7.2

The :class:`Symfony\\Component\\Lock\\Store\\NullStore` was introduced in Symfony 7.2.

.. _lock-store-flock:

FlockStore
Expand Down
Loading