Skip to main content

Module cache

Module cache 

Source
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§

SourceCache
Thread-safe cache for resolved source data.