TaggedCache tags(array|mixed $names)
bool forget(string $key) Remove an item from the cache.
void flush() Remove all items from the cache.
int|bool increment(string $key, mixed $value) Increment the value of an
void put(string $key, mixed $value, DateTime|int $minutes = null)
bool offsetExists(string $key) Determine if a cached value exists.
void setEventDispatcher(Dispatcher $events)
string taggedItemKey(string $key) Get a fully qualified key for a tagged
void putMany(array $values, int $minutes) Store multiple items in the cache
Page 30 of 34