Symfony\Component\Lock\Store
Classes
| CombinedStore | CombinedStore is a StoreInterface implementation able to manage and synchronize several StoreInterfaces. |
| FlockStore | FlockStore is a StoreInterface implementation using the FileSystem flock. |
| MemcachedStore | MemcachedStore is a StoreInterface implementation using Memcached as store engine. |
| RedisStore | RedisStore is a StoreInterface implementation using Redis as store engine. |
| RetryTillSaveStore | RetryTillSaveStore is a StoreInterface implementation which decorate a non blocking StoreInterface to provide a blocking storage. |
| SemaphoreStore | SemaphoreStore is a StoreInterface implementation using Semaphore as store engine. |
| StoreFactory | StoreFactory create stores and connections. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Lock/Store.html