Skip to main content

Module cache

Module cache 

Source
Expand description

Tile caching system

Provides multi-level caching for rendered tiles:

  • In-memory LRU cache for fast access
  • Optional disk cache for persistence
  • Cache statistics and monitoring

Structs§

CacheKey
Cache key for tiles
CacheStats
Cache statistics
TileCache
Multi-level tile cache
TileCacheConfig
Tile cache configuration

Enums§

CacheError
Cache errors

Type Aliases§

CacheResult
Result type for cache operations