void handle() Execute the console command.
CacheHit class CacheHit (
static mixed __callStatic(string $method, array $parameters) Dynamically
void offsetUnset(string $key) Remove an item from the cache.
bool add(string $key, mixed $value, DateTime|float|int $minutes)
float|int getDefaultCacheTime() Get the default cache time.
bool has(string $key) Determine if an item exists in the cache.
void increment(string $key, mixed $value = 1) Increment the value of an
mixed rememberForever(string $key, Closure $callback)
string tagKey(string $name) Get the tag identifier key for a given tag
Page 5 of 34