Update README.md

This commit is contained in:
ClemensFischer 2024-02-05 10:39:45 +01:00
parent bcfe671ed9
commit 9d11b45680

View file

@ -33,7 +33,7 @@ which define the currently displayed map viewport.
The **TileImageLoader** class uses The **TileImageLoader** class uses
[IDistributedCache](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.idistributedcache?view=dotnet-plat-ext-8.0) [IDistributedCache](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.idistributedcache?view=dotnet-plat-ext-8.0)
for optional caching of map tile bitmaps. By default, the cache is a for optional caching of map tile bitmaps. By default, the cache is a
[MemoryDistributedCache](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.memorydistributedcache?view=dotnet-plat-ext-8.0). [MemoryDistributedCache](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.memorydistributedcache?view=dotnet-plat-ext-8.0)
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: