@@ -350,20 +350,20 @@ Locks are created and managed in ``Stores``, which are classes that implement
350350
351351The component includes the following built-in store types:
352352
353- ========================================================= ====== ======== ======== =======
354- Store Scope Blocking Expiring Sharing
355- ========================================================= ====== ======== ======== =======
356- :ref: `FlockStore <lock-store-flock >` local yes no yes
357- :ref: `MemcachedStore <lock-store-memcached >` remote no yes no
358- :ref: `MongoDbStore <lock-store-mongodb >` remote no yes no
359- :ref: `PdoStore <lock-store-pdo >` remote no yes no
360- :ref: `DoctrineDbalStore <lock-store-dbal >` remote no yes no
361- :ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes
362- :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes
363- :ref: `RedisStore <lock-store-redis >` remote no yes yes
364- :ref: `SemaphoreStore <lock-store-semaphore >` local yes no no
365- :ref: `ZookeeperStore <lock-store-zookeeper >` remote no no no
366- ========================================================= ====== ======== ======== =======
353+ ========================================================== ====== ======== ======== =======
354+ Store Scope Blocking Expiring Sharing
355+ ========================================================== ====== ======== ======== =======
356+ :ref: `FlockStore <lock-store-flock >` local yes no yes
357+ :ref: `MemcachedStore <lock-store-memcached >` remote no yes no
358+ :ref: `MongoDbStore <lock-store-mongodb >` remote no yes no
359+ :ref: `PdoStore <lock-store-pdo >` remote no yes no
360+ :ref: `DoctrineDbalStore <lock-store-dbal >` remote no yes no
361+ :ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes
362+ :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes
363+ :ref: `RedisStore <lock-store-redis >` remote no yes yes
364+ :ref: `SemaphoreStore <lock-store-semaphore >` local yes no no
365+ :ref: `ZookeeperStore <lock-store-zookeeper >` remote no no no
366+ ========================================================== ====== ======== ======== =======
367367
368368.. _lock-store-flock :
369369
0 commit comments