RefreshCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

RefreshCommand

RefreshCommand class RefreshCommand extends Command (View source) Traits ConfirmableTrait

RedisTaggedCache::__construct()

void __construct(Store $store, TagSet $tags) Create a new cache repository instance. Parameters Store $store TagSet $tags Return Value void

RedisTaggedCache::__clone()

void __clone() Clone cache repository instance. Return Value void

RedisTaggedCache::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

RedisTaggedCache::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

RedisTaggedCache::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException

RedisTaggedCache::taggedItemKey()

string taggedItemKey(string $key) Get a fully qualified key for a tagged item. Parameters string $key Return Value string

RedisTaggedCache::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

RedisTaggedCache::setDefaultCacheTime()

void setDefaultCacheTime(float|int $minutes) Set the default cache time in minutes. Parameters float|int $minutes Return Value void