- Current topic: docs
- usermanual
- tile caching
Tile Cache Storages
Tile is a pre-rendered georeferenced map image. MapSurfer.NET framework has a built-in tile caching mechanism which allows to deliver higher performance and lower loading of TMS and WMTS services. The framework supports the following cache types:
- AzureBlobStorage
- BerkeleyDB
- Cassandra
- CouchDB
- DefaultDisk
- Dropbox
- GoogleDisk
- Hypertable
- KosmosnimkiDisk
- MaemoMapperSQLite
- MBTiles
- Memcached
- MetatileDisk
- MongoDB
- QuadkeyDisk
- Redis
- SasplanetDisk
- YandexDisk
NOTE
MapSurfer.NET provides an API to develop a custom tile cache provider which can be implemented and integrated into the framework through a plugin system.