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