void __construct(string $prefix = '') Create a new WinCache store.
void flush() Remove all items from the cache.
mixed __call(string $method, array $parameters) Dynamically handle calls
bool delete(string $key) Remove an item from the cache.
RetrievesMultipleKeys trait RetrievesMultipleKeys (
void put(string $key, mixed $value, float|int $minutes) Store an item in
array|bool put(string $key, mixed $value, int $seconds) Store an item in
void forever(string $key, mixed $value) Store an item in the cache indefinitely
Database getRedis()
Page 21 of 28