mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update SQLiteCache.cs
This commit is contained in:
parent
fb0f195656
commit
4343dd9e9a
|
|
@ -16,7 +16,7 @@ namespace MapControl.Caching
|
|||
/// <summary>
|
||||
/// IDistributedCache implementation based on SQLite.
|
||||
/// </summary>
|
||||
public class SQLiteCache : IDistributedCache, IDisposable
|
||||
public sealed class SQLiteCache : IDistributedCache, IDisposable
|
||||
{
|
||||
private readonly SQLiteConnection connection;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue