Module cache

Module cache 

Source
Expand description

Cache utilities.

Enums§

CacheKey
Keys used to identify cached items.
CacheValue
Values stored in the cache.

Constants§

NO_MAIN_CACHE
Constant representing no cache configuration.

Functions§

trace_cache
Logs cache operation details for debugging and monitoring.

Type Aliases§

MainCache
Main cache instance for storing tiles and PMTiles directories.
OptMainCache
Optional wrapper for the MainCache.