mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ImageFileCache.cs
This commit is contained in:
parent
5680c9c25f
commit
07772c7626
|
|
@ -12,6 +12,11 @@ namespace MapControl.Caching
|
|||
{
|
||||
/// <summary>
|
||||
/// IDistributedCache implementation based on local files.
|
||||
/// <br/><b>
|
||||
/// Do not create an ImageFileCache instance that operates on a directory
|
||||
/// which contains other files than downloaded map tile images.
|
||||
/// ImageFileCache may unintentionally delete these files.
|
||||
/// </b>
|
||||
/// </summary>
|
||||
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue