int|bool increment(string $key, mixed $value = 1) Increment the value of
mixed offsetGet(string $key) Retrieve an item from the cache by key.
float|int getDefaultCacheTime() Get the default cache time.
StoreInterface interface StoreInterface (
bool add(string $key, mixed $value, DateTime|float|int $minutes)
TaggedCache tags(array|mixed $names)
void __construct(string $prefix = '') Create a new WinCache store.
array many(array $keys) Retrieve multiple items from the cache by key.
CacheHit class CacheHit (
void table(array $headers, Arrayable|array $rows,
Page 3 of 34