void line(string $string, string $style = null, null|int|string $verbosity = null)
int|bool increment(string $key, mixed $value = 1) Increment the value of
void put(string $key, mixed $value, float|int $minutes) Store an item in
void __construct(Store $store, array $names = array())
mixed get(string $key) Get an item from the cache.
void setDefaultCacheTime(float|int $minutes) Set the default cache time
void putMany(array $values, float|int $minutes) Store multiple items in
string taggedItemKey(string $key) Get a fully qualified key for a tagged
bool add(string $key, mixed $value, float|int $minutes) Store an item in
static bool hasMacro(string $name) Checks if macro is registered
Page 16 of 34