PHP Stiphle\Storage 네임스페이스

Interfaces

이름 설명
StorageInterface Interface describing a persistant storage mechanism for the LeakyBucket throttle

클래스들

이름 설명
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