mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ImageFileCache.cs
This commit is contained in:
parent
358d938ccc
commit
24c6bd34c8
|
|
@ -11,7 +11,7 @@ using System.Threading.Tasks;
|
||||||
namespace MapControl.Caching
|
namespace MapControl.Caching
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IDistributedCache implementation based on local image files.
|
/// IDistributedCache implementation based on local files.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue