Skip to main content

Module map_cache

Module map_cache 

Source
Expand description

In-memory map cache (SPEC §11).

Structs§

AnchorCacheParams
Anchor inputs bundled for passing to MapCacheKey::auto. Avoids exceeding the 7-argument clippy limit.
AutoKey
Auto mode cache key (SPEC §11).
FilesKey
Files mode cache key (SPEC §11).
MapCache
In-memory map cache (SPEC §5.6, §11).

Enums§

MapCacheKey
Cache key for map cache (SPEC §11).
RefreshMode
Map cache refresh modes (SPEC §11).