mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update FileDbCache.cs
This commit is contained in:
parent
a0efc3c3c7
commit
fb0f195656
|
|
@ -16,7 +16,7 @@ namespace MapControl.Caching
|
||||||
/// IDistributedCache implementation based on FileDb, a free and simple No-SQL database by EzTools Software.
|
/// IDistributedCache implementation based on FileDb, a free and simple No-SQL database by EzTools Software.
|
||||||
/// See http://www.eztools-software.com/tools/filedb/.
|
/// See http://www.eztools-software.com/tools/filedb/.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class FileDbCache : IDistributedCache, IDisposable
|
public sealed class FileDbCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
private const string keyField = "Key";
|
private const string keyField = "Key";
|
||||||
private const string valueField = "Value";
|
private const string valueField = "Value";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue