Update ImageFileCache.cs

This commit is contained in:
ClemensFischer 2025-03-29 11:45:36 +01:00
parent 5680c9c25f
commit 07772c7626

View file

@ -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
{