Module cache

Module cache 

Source
Expand description

Cache abstraction for JWKS and discovery metadata

Structs§

LruCacheImpllru
Simple LRU cache implementation
MemoryCache
Simple in-memory cache implementation (for testing/examples)
MokaCacheImplNon-WebAssembly and moka
Moka-based async cache implementation
NoOpCache
No-op cache implementation (always returns None)

Traits§

Cache
Cache trait for storing and retrieving values with TTL