mixed get(string $key) Get an item from the cache.
void putMany(array $values, float|int $minutes) Store multiple items in
mixed get(string|array $key) Retrieve an item from the cache by key.
void put(string $key, mixed $value, int $minutes) Store an item in the
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void forever(string $key, mixed $value) Store an item in the cache indefinitely
array provides() Get the services provided by the provider.
int call(string $command, array $arguments = array()) Call another console
void __construct(Application $app)
Memcached getMemcached() Get the underlying Memcached connection.
Page 13 of 34