Disk Tile Cache
Persistent disk cache for map tiles using DiskLruCache.
Stores up to 50MB of tile images in PNG format in the app's cache directory. Tiles persist across app restarts, reducing network usage on subsequent launches. Uses LRU eviction when cache size limit is reached.