Classes

CombinedStore is a StoreInterface implementation able to manage and synchronize several StoreInterfaces.
FlockStore is a StoreInterface implementation using the FileSystem flock.
MemcachedStore is a StoreInterface implementation using Memcached as store engine.
PdoStore is a StoreInterface implementation using a PDO connection.
RedisStore is a StoreInterface implementation using Redis as store engine.
RetryTillSaveStore is a StoreInterface implementation which decorate a non blocking StoreInterface to provide a blocking storage.
SemaphoreStore is a StoreInterface implementation using Semaphore as store engine.
StoreFactory create stores and connections.
ZookeeperStore is a StoreInterface implementation using Zookeeper as store engine.