Unified ImageFileCache implementations

This commit is contained in:
Clemens 2021-06-30 21:15:43 +02:00
parent 642c3066fb
commit 8d575f01cf
2 changed files with 1 additions and 5 deletions

View file

@ -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
{

View file

@ -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(