Expand description
Source resolution cache with in-memory and optional SQLite persistence.
Stores last-known-good values so that on_error: use_cached can serve
stale data when a source fetch fails. Supports optional TTL-based expiration.
Structs§
- Source
Cache - Thread-safe cache for resolved source data.