mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed partial class declarations
This commit is contained in:
parent
82466bbab7
commit
186f734bcc
4 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ namespace MapControl.Caching
|
|||
/// <summary>
|
||||
/// IDistributedCache implementation based on local image files.
|
||||
/// </summary>
|
||||
public partial class ImageFileCache : IDistributedCache
|
||||
public class ImageFileCache : IDistributedCache
|
||||
{
|
||||
private static readonly byte[] expirationTag = Encoding.ASCII.GetBytes("EXPIRES:");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue