CacheManager class CacheManager implements
string anticipate(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
mixed __call(string $method, array $parameters) Dynamically call the default
int call(string $command, array $arguments = array()) Call another console
string getNamespace() Get a unique namespace that changes when any of the
string resetTag(string $name) Reset the tag and return the new tag identifier
mixed offsetGet(string $key) Retrieve an item from the cache by key.
void putMany(array $values, int $minutes) Store multiple items in the cache
int|bool increment(string $key, mixed $value = 1) Increment the value of
Page 31 of 34