Update ImageFileCache.cs

This commit is contained in:
ClemensFischer 2025-03-01 08:43:26 +01:00
parent 358d938ccc
commit 24c6bd34c8

View file

@ -11,7 +11,7 @@ using System.Threading.Tasks;
namespace MapControl.Caching
{
/// <summary>
/// IDistributedCache implementation based on local image files.
/// IDistributedCache implementation based on local files.
/// </summary>
public sealed class ImageFileCache : IDistributedCache, IDisposable
{