Skip to main content
ContextManager accepts any ICache implementation. This allows swapping the default in-memory cache with Redis, a KV store, or your own logic.

ICache interface

Use it with ContextManager