TaggableStore class TaggableStore (
void offsetUnset(string $key) Remove an item from the cache.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
bool has(string $key) Determine if an item exists in the cache.
mixed store(string|null $name = null) Get a cache store instance by name
void __construct(string $prefix = '') Create a new WinCache store.
void table(array $headers, Arrayable|array $rows,
bool forget(string $key) Remove an item from the cache.
int run(InputInterface $input, OutputInterface $output) Run the console
Page 3 of 34