mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Unified ImageFileCache implementations
This commit is contained in:
parent
642c3066fb
commit
8d575f01cf
|
|
@ -13,7 +13,7 @@ namespace MapControl.Caching
|
|||
{
|
||||
/// <summary>
|
||||
/// Image Cache implementation based on local image files.
|
||||
/// The only valid data type for cached values is MapControl.ImageCacheItem.
|
||||
/// The only valid data type for cached values is ImageCacheItem.
|
||||
/// </summary>
|
||||
public partial class ImageFileCache
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@ using System.Text;
|
|||
|
||||
namespace MapControl.Caching
|
||||
{
|
||||
/// <summary>
|
||||
/// ObjectCache implementation based on local image files.
|
||||
/// The only valid data type for cached values is MapControl.ImageCacheItem.
|
||||
/// </summary>
|
||||
public partial class ImageFileCache : ObjectCache
|
||||
{
|
||||
private static readonly FileSystemAccessRule fullControlRule = new FileSystemAccessRule(
|
||||
|
|
|
|||
Loading…
Reference in a new issue