mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Restored partial declarations for CsWinRT1028
This commit is contained in:
parent
359cbe8908
commit
4fa2470739
16 changed files with 20 additions and 20 deletions
|
|
@ -23,7 +23,7 @@ namespace MapControl.Caching
|
|||
/// IDistributedCache implementation that creates a single file per cache entry.
|
||||
/// The cache expiration time is stored in the file's CreationTime property.
|
||||
/// </summary>
|
||||
public sealed class ImageFileCache : IDistributedCache, IDisposable
|
||||
public sealed partial class ImageFileCache : IDistributedCache, IDisposable
|
||||
{
|
||||
private readonly MemoryDistributedCache memoryCache;
|
||||
private readonly DirectoryInfo rootDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue