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
1637d4fd3e
commit
be43ce5b70
|
|
@ -14,7 +14,7 @@ using System.Threading.Tasks;
|
|||
namespace MapControl.Caching
|
||||
{
|
||||
/// <summary>
|
||||
/// IDistributedCache implementation based on SQLite.
|
||||
/// IDistributedCache implementation based on System.Data.SQLite.
|
||||
/// </summary>
|
||||
public sealed class SQLiteCache : IDistributedCache, IDisposable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue