mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update ImageFileCache.cs
This commit is contained in:
parent
5680c9c25f
commit
07772c7626
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ namespace MapControl.Caching
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IDistributedCache implementation based on local files.
|
/// 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>
|
/// </summary>
|
||||||
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue