Update SQLiteCache.cs

This commit is contained in:
ClemensFischer 2025-02-21 21:58:45 +01:00
parent 1637d4fd3e
commit be43ce5b70

View file

@ -14,7 +14,7 @@ using System.Threading.Tasks;
namespace MapControl.Caching namespace MapControl.Caching
{ {
/// <summary> /// <summary>
/// IDistributedCache implementation based on SQLite. /// IDistributedCache implementation based on System.Data.SQLite.
/// </summary> /// </summary>
public sealed class SQLiteCache : IDistributedCache, IDisposable public sealed class SQLiteCache : IDistributedCache, IDisposable
{ {