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
208
208
----------------
209
209
210
210
Locks 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:
213
215
214
216
============================================ ====== ======== ========
215
217
Store Scope Blocking Expiring
@@ -222,6 +224,12 @@ Store Scope Blocking Expiring
222
224
:ref: `ZookeeperStore <lock-store-zookeeper >` remote no no
223
225
============================================ ====== ======== ========
224
226
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
+
225
233
.. _lock-store-flock :
226
234
227
235
FlockStore
You can’t perform that action at this time.
0 commit comments