diff --git a/Caches/SQLiteCache/SQLiteCache.cs b/Caches/SQLiteCache/SQLiteCache.cs index 34234f10..233cccc0 100644 --- a/Caches/SQLiteCache/SQLiteCache.cs +++ b/Caches/SQLiteCache/SQLiteCache.cs @@ -14,7 +14,7 @@ using System.Threading.Tasks; namespace MapControl.Caching { /// - /// IDistributedCache implementation based on SQLite. + /// IDistributedCache implementation based on System.Data.SQLite. /// public sealed class SQLiteCache : IDistributedCache, IDisposable {