TaggedCache::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

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

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

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

TaggableStore::tags()

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

TaggableStore

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

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

TableCommand::table()

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