MemcachedStore
class MemcachedStore extends TaggableStore implements Store (View source)
Methods
TaggedCache tags(array|mixed $names) Begin executing a new tags operation. from TaggableStore void __construct(Memcached $memcached, string $prefix = '') Create a new Memcached store. mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minute