diff --git a/MapControl/Shared/ImageFileCache.cs b/MapControl/Shared/ImageFileCache.cs index b4449ad2..9d752ae5 100644 --- a/MapControl/Shared/ImageFileCache.cs +++ b/MapControl/Shared/ImageFileCache.cs @@ -12,6 +12,11 @@ namespace MapControl.Caching { /// /// IDistributedCache implementation based on local files. + ///
+ /// 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. + /// ///
public sealed class ImageFileCache : IDistributedCache, IDisposable {