Update SQLiteCache.cs

This commit is contained in:
ClemensFischer 2024-08-20 17:59:39 +02:00
parent fb0f195656
commit 4343dd9e9a

View file

@ -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;