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§
- Cache
Key - Cache key for tiles
- Cache
Stats - Cache statistics
- Tile
Cache - Multi-level tile cache
- Tile
Cache Config - Tile cache configuration
Enums§
- Cache
Error - Cache errors
Type Aliases§
- Cache
Result - Result type for cache operations