mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update SQLiteCache.cs
This commit is contained in:
parent
fb0f195656
commit
4343dd9e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace MapControl.Caching
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IDistributedCache implementation based on SQLite.
|
/// IDistributedCache implementation based on SQLite.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class SQLiteCache : IDistributedCache, IDisposable
|
public sealed class SQLiteCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
private readonly SQLiteConnection connection;
|
private readonly SQLiteConnection connection;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue