Interface | Description |
---|---|
TileCache |
Interface for tile image caches.
|
Class | Description |
---|---|
FileSystemTileCache |
A thread-safe cache for image files with a fixed size and LRU policy.
|
InMemoryTileCache |
A thread-safe cache for tile images with a variable size and LRU policy.
|
TileStore |
A "tilecache" storing map tiles that is prepopulated and never removes any files.
|
TwoLevelTileCache |