PHP Stiphle\Storage Namespace

Interfaces

Name Description
StorageInterface Interface describing a persistant storage mechanism for the LeakyBucket throttle

Classes

Name Description
Apc Use Apc as the storage, I hope apc_add is atomic and therefore we wont get any race conditions with the locking.
ApcTest TITLE
DoctrineCache This file is part of Stiphle
Memcached Use memcached via PHP's memcached extension
Process Basic in-process storage of values
ProcessTest TITLE
Redis Redis storage via Predis package
RedisTest