PersistingStoreInterface
- class \Symfony\Component\Lock\Store\CombinedStore implements \Symfony\Component\Lock\SharedLockStoreInterface, \Psr\Log\LoggerAwareInterface uses \Symfony\Component\Lock\Store\ExpiringStoreTrait, \Psr\Log\LoggerAwareTrait
- class \Symfony\Component\Lock\Store\DoctrineDbalPostgreSqlStore implements \Symfony\Component\Lock\BlockingSharedLockStoreInterface, \Symfony\Component\Lock\BlockingStoreInterface
- class \Symfony\Component\Lock\Store\DoctrineDbalStore implements \Symfony\Component\Lock\PersistingStoreInterface uses \Symfony\Component\Lock\Store\DatabaseTableTrait, \Symfony\Component\Lock\Store\ExpiringStoreTrait
- class \Symfony\Component\Lock\Store\FlockStore implements \Symfony\Component\Lock\BlockingStoreInterface, \Symfony\Component\Lock\SharedLockStoreInterface
- class \Symfony\Component\Lock\Store\InMemoryStore implements \Symfony\Component\Lock\SharedLockStoreInterface
- class \Symfony\Component\Lock\Store\MemcachedStore implements \Symfony\Component\Lock\PersistingStoreInterface uses \Symfony\Component\Lock\Store\ExpiringStoreTrait
- class \Symfony\Component\Lock\Store\MongoDbStore implements \Symfony\Component\Lock\PersistingStoreInterface uses \Symfony\Component\Lock\Store\ExpiringStoreTrait
- class \Symfony\Component\Lock\Store\NullStore implements \Symfony\Component\Lock\BlockingSharedLockStoreInterface
- class \Symfony\Component\Lock\Store\PdoStore implements \Symfony\Component\Lock\PersistingStoreInterface uses \Symfony\Component\Lock\Store\DatabaseTableTrait, \Symfony\Component\Lock\Store\ExpiringStoreTrait
- class \Symfony\Component\Lock\Store\PostgreSqlStore implements \Symfony\Component\Lock\BlockingSharedLockStoreInterface, \Symfony\Component\Lock\BlockingStoreInterface
- class \Symfony\Component\Lock\Store\RedisStore implements \Symfony\Component\Lock\SharedLockStoreInterface uses \Symfony\Component\Lock\Store\ExpiringStoreTrait
- class \Symfony\Component\Lock\Store\SemaphoreStore implements \Symfony\Component\Lock\BlockingStoreInterface
- class \Symfony\Component\Lock\Store\ZookeeperStore implements \Symfony\Component\Lock\PersistingStoreInterface uses \Symfony\Component\Lock\Store\ExpiringStoreTrait