static array compiles() Get a list of files that should be compiled
TaggedCache tags(array|mixed $names)
bool add(string $key, mixed $value, DateTime|float|int $minutes)
bool forget(string $key) Remove an item from the cache.
string getPrefix() Get the cache key prefix.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
array many(array $keys) Retrieve multiple items from the cache by key.
void decrement(string $key, mixed $value = 1) Increment the value of an
bool isDeferred() Determine if the provider is deferred.
Page 6 of 28