File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,10 @@ Available Stores
208208----------------
209209
210210Locks are created and managed in ``Stores ``, which are classes that implement
211- :class: `Symfony\\ Component\\ Lock\\ StoreInterface `. The component includes the
212- following built-in store types:
211+ :class: `Symfony\\ Component\\ Lock\\ PersistStoreInterface ` and, optionally,
212+ :class: `Symfony\\ Component\\ Lock\\ BlockingStoreInterface `.
213+
214+ The component includes the following built-in store types:
213215
214216============================================ ====== ======== ========
215217Store Scope Blocking Expiring
@@ -222,6 +224,12 @@ Store Scope Blocking Expiring
222224:ref: `ZookeeperStore <lock-store-zookeeper >` remote no no
223225============================================ ====== ======== ========
224226
227+ .. versionadded :: 4.4
228+
229+ The ``PersistStoreInterface `` and ``BlockingStoreInterface `` interfaces were
230+ introduced in Symfony 4.4. In previous versions there was only one interface
231+ called ``Symfony\Component\Lock\StoreInterface ``.
232+
225233.. _lock-store-flock :
226234
227235FlockStore
You can’t perform that action at this time.
0 commit comments