Application getLaravel()
void line(string $string, string $style = null, null|int|string $verbosity = null)
TaggedCache tags(array|mixed $names)
array many(array $keys) Retrieve multiple items from the cache by key.
array getNames() Get all of the tag names in the set.
void put(string $key, mixed $value, float|int $minutes) Store an item in
bool confirm(string $question, bool $default = false) Confirm a question
OutputInterface getOutput() Get the output implementation.
string askWithCompletion(string $question, array $choices, string $default = null)
void setPrefix(string $prefix) Set the cache key prefix.
Page 11 of 34