Class MemcachedStorage
Memcached based storage which can be shared among processes.
This storage is in the global scope.
- bandwidthThrottle\tokenBucket\storage\MemcachedStorage implements bandwidthThrottle\tokenBucket\storage\Storage, bandwidthThrottle\tokenBucket\storage\scope\GlobalScope
Final
Namespace: bandwidthThrottle\tokenBucket\storage
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/MemcachedStorage.php
Namespace: bandwidthThrottle\tokenBucket\storage
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/MemcachedStorage.php
public
|
#
__construct( string $name, Memcached $memcached )
Sets the memcached API and the token bucket name. |