mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update README.md
This commit is contained in:
parent
9d11b45680
commit
547fa394e2
11
README.md
11
README.md
|
|
@ -37,12 +37,11 @@ for optional caching of map tile bitmaps. By default, the cache is a
|
||||||
instance with all default options.
|
instance with all default options.
|
||||||
|
|
||||||
Map Control provides three IDistributedCache implementations for persistent caching:
|
Map Control provides three IDistributedCache implementations for persistent caching:
|
||||||
* ImageFileCache, an IDistributedCache implementation that stores each cached map tile as a single image file,
|
* ImageFileCache, an implementation that stores each cached map tile as a single image file,
|
||||||
in the original file format delivered by the map provider (typically PNG or JPG). ImageFileCache is part of
|
in the original file format delivered by the map provider (typically PNG or JPG). ImageFileCache is part of the MapControl library.
|
||||||
the MapControl library.
|
* FileDbCache, based on [EzTools FileDb](https://github.com/eztools-software/FileDb),
|
||||||
* FileDbCache, an IDistributedCache implementation based on [EzTools FileDb](https://github.com/eztools-software/FileDb),
|
a simple file based No-SQL database, in a separate library FileDbCache.
|
||||||
a simple, file based No-SQL database, in a separate library FileDbCache.
|
* SQLiteCache, based on [System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki),
|
||||||
* SQLiteCache, an IDistributedCache implementation based on [System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki),
|
|
||||||
in a separate library SQLiteCache.
|
in a separate library SQLiteCache.
|
||||||
|
|
||||||
If you want to try the sample application with persistent caching, uncomment the appropriate TileImageLoader.Cache
|
If you want to try the sample application with persistent caching, uncomment the appropriate TileImageLoader.Cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue