void __construct(Store $store, array $names = array())
TaggedCache tags(array|mixed $names)
mixed get(string $key) Retrieve an item from the cache by key.
int hit(string $key, float|int $decayMinutes = 1) Increment the counter
NullStore class NullStore extends
void __construct(Memcached $memcached, string $prefix = '') Create a new
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void putMany(array $values, float|int $minutes) Store multiple items in
void offsetUnset(string $key) Remove an item from the cache.
Page 13 of 28