TaggedCache tags(array|mixed $names)
static mixed __callStatic(string $method, array $parameters) Dynamically
void offsetUnset(string $key) Remove an item from the cache.
bool has(string $key) Determine if an item exists in the cache.
void putMany(array $values, float|int $minutes) Store multiple items in
int|bool increment(string $key, mixed $value = 1) Increment the value of
void __construct(string $prefix = '') Create a new WinCache store.
void flush() Remove all items from the cache.
int|bool decrement(string $key, mixed $value) Decrement the value of an
int|bool decrement(string $key, mixed $value = 1) Increment the value of
Page 1 of 28