void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
void flush() Remove all items from the cache. Return Value void
void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void
bool add(string $key, mixed $value, DateTime|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|int $minutes Return Value bool
TaggedCache class TaggedCache extends Repository (View source) Traits RetrievesMultipleKeys Macroable
TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache
TaggableStore class TaggableStore (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation.
void __construct(Filesystem $files, Composer $composer) Create a new queue job table command instance. Parameters Filesystem $files Composer $composer Return Value void
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Page 93 of 996