Skip to main content

Module cache

Module cache 

Source
Expand description

Caching Entities

Coordinate caching for FIPS routing. The CoordCache stores address-to-coordinate mappings populated by session setup and discovery.

Structs§

CacheEntry
A cached coordinate entry.
CacheStats
Cache statistics.
CoordCache
Coordinate cache for routing decisions.

Enums§

CacheError
Errors related to cache operations.

Constants§

DEFAULT_COORD_CACHE_SIZE
Default maximum entries in coordinate cache.
DEFAULT_COORD_CACHE_TTL_MS
Default TTL for coordinate cache entries (5 minutes in milliseconds).