array many(array $keys) Retrieve multiple items from the cache by key.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
string tagId(string $name) Get the unique tag identifier for a given tag
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void put(string $key, mixed $value, int $minutes) Store an item in the
bool delete(string $key) Remove an item from the cache.
void __construct(string $key, mixed $value, array $tags = array()) Create
void question(string $string, null|int|string $verbosity = null) Write
void setEventDispatcher(Dispatcher $events)
Page 24 of 34