ZookeeperStore
class ZookeeperStore implements StoreInterface
ZookeeperStore is a StoreInterface implementation using Zookeeper as store engine.
Methods
Details
waitAndSave(Key $key)
Waits until a key becomes free, then stores the resource.
If the store does not support this feature it should throw a NotSupportedException.
putOffExpiration(Key $key, $ttl)
Extends the ttl of a resource.
If the store does not support this feature it should throw a NotSupportedException.