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
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
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
TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache
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
TaggableStore class TaggableStore (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation.
TaggedCache class TaggedCache extends Repository (View source) Traits RetrievesMultipleKeys Macroable
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
Page 93 of 996