int|bool increment(string $key, mixed $value = 1) Increment the value of
void put(string $key, mixed $value, DateTime|int $minutes = null)
bool forget(string $key) Remove an item from the cache.
mixed pull(string $key, mixed $default = null) Retrieve an item from the
void __clone() Clone cache repository instance.
TaggedCache section(string $name)
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
string getPrefix() Get the cache key prefix.
void setDefaultCacheTime(int $minutes) Set the default cache time in minutes
mixed __call(string $method, array $parameters) Handle dynamic calls into
Page 24 of 28