string getPrefix() Get the cache key prefix.
void flush() Remove all items from the cache.
Illuminate\Cache Namespaces Illuminate\Cache\Console
Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array())
void put(string $key, mixed $value, float|int $minutes) Store an item in
void forever(string $key, mixed $value) Store an item in the cache indefinitely
mixed get(string|array $key) Retrieve an item from the cache by key.
bool forget(string $key) Remove an item from the cache.
Page 22 of 34