Expand description
Cache utilities.
Enums§
- Cache
Key - Keys used to identify cached items.
- Cache
Value - 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§
- Main
Cache - Main cache instance for storing tiles and
PMTiles
directories. - OptMain
Cache - Optional wrapper for the
MainCache
.