void offsetSet(string $key, mixed $value) Store an item in the cache for
string getPrefix() Get the cache key prefix.
mixed sear(string $key, Closure $callback)
bool forget(string $key) Remove an item from the cache.
void __clone() Clone cache repository instance.
void handle() Execute the console command.
void fire() Execute the console command.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void forever(string $key, mixed $value) Store an item in the cache indefinitely
int run(InputInterface $input, OutputInterface $output) Run the console
Page 1 of 34