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 {