void flush() Remove all items from the cache.
void put(string $key, mixed $value, float|int $minutes) Store an item in
bool add(string $key, mixed $value, DateTime|float|int $minutes)
bool has(string $key) Determine if an item exists in the cache.
void table(array $headers, Arrayable|array $rows,
string tagKey(string $name) Get the tag identifier key for a given tag
MemcachedConnector class MemcachedConnector (
mixed get(string|array $key) Retrieve an item from the cache by key.
Page 8 of 34