Fluent API
Define cached functions with chainable .define() calls — fully type-safe with automatic inference.
Define cached functions with chainable .define() calls — fully type-safe with automatic inference.
Group cached results with tags and invalidate entire categories at once — cascading through nested calls.
In-memory by default, Redis for distributed caching, or combine both for multi-layer performance.
Concurrent calls to the same function are automatically coalesced — no thundering herd problem.