Expand description
Cache abstraction for JWKS and discovery metadata
Structs§
- LruCache
Impl lru - Simple LRU cache implementation
- Memory
Cache - Simple in-memory cache implementation (for testing/examples)
- Moka
Cache Impl Non-WebAssembly and moka - Moka-based async cache implementation
- NoOp
Cache - No-op cache implementation (always returns None)
Traits§
- Cache
- Cache trait for storing and retrieving values with TTL