TaggedCache::add()

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::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

TaggedCache::flush()

void flush() Remove all items from the cache. Return Value void

TaggedCache::decrement()

void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void

TaggableStore::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache

TableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new queue job table command instance. Parameters Filesystem $files Composer $composer Return Value void

TableCommand::warn()

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

TaggableStore class TaggableStore (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation.

TaggedCache

TaggedCache class TaggedCache extends Repository (View source) Traits RetrievesMultipleKeys Macroable

TableCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void