@@ -340,20 +340,20 @@ Locks are created and managed in ``Stores``, which are classes that implement
340
340
341
341
The component includes the following built-in store types:
342
342
343
- ========================================================= ====== ======== ======== =======
344
- Store Scope Blocking Expiring Sharing
345
- ========================================================= ====== ======== ======== =======
346
- :ref: `FlockStore <lock-store-flock >` local yes no yes
347
- :ref: `MemcachedStore <lock-store-memcached >` remote no yes no
348
- :ref: `MongoDbStore <lock-store-mongodb >` remote no yes no
349
- :ref: `PdoStore <lock-store-pdo >` remote no yes no
350
- :ref: `DoctrineDbalStore <lock-store-dbal >` remote no yes no
351
- :ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes
352
- :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes
353
- :ref: `RedisStore <lock-store-redis >` remote no yes yes
354
- :ref: `SemaphoreStore <lock-store-semaphore >` local yes no no
355
- :ref: `ZookeeperStore <lock-store-zookeeper >` remote no no no
356
- ========================================================= ====== ======== ======== =======
343
+ ========================================================== ====== ======== ======== =======
344
+ Store Scope Blocking Expiring Sharing
345
+ ========================================================== ====== ======== ======== =======
346
+ :ref: `FlockStore <lock-store-flock >` local yes no yes
347
+ :ref: `MemcachedStore <lock-store-memcached >` remote no yes no
348
+ :ref: `MongoDbStore <lock-store-mongodb >` remote no yes no
349
+ :ref: `PdoStore <lock-store-pdo >` remote no yes no
350
+ :ref: `DoctrineDbalStore <lock-store-dbal >` remote no yes no
351
+ :ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes
352
+ :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes
353
+ :ref: `RedisStore <lock-store-redis >` remote no yes yes
354
+ :ref: `SemaphoreStore <lock-store-semaphore >` local yes no no
355
+ :ref: `ZookeeperStore <lock-store-zookeeper >` remote no no no
356
+ ========================================================== ====== ======== ======== =======
357
357
358
358
.. _lock-store-flock :
359
359
0 commit comments