From 24c6bd34c8ea5db149ef08e0baee48f2f3f58e8d Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 1 Mar 2025 08:43:26 +0100 Subject: [PATCH] Update ImageFileCache.cs --- MapControl/Shared/ImageFileCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/ImageFileCache.cs b/MapControl/Shared/ImageFileCache.cs index 5bb188e9..33af9ee8 100644 --- a/MapControl/Shared/ImageFileCache.cs +++ b/MapControl/Shared/ImageFileCache.cs @@ -11,7 +11,7 @@ using System.Threading.Tasks; namespace MapControl.Caching { /// - /// IDistributedCache implementation based on local image files. + /// IDistributedCache implementation based on local files. /// public sealed class ImageFileCache : IDistributedCache, IDisposable {