mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update SQLiteCache.cs
This commit is contained in:
parent
1637d4fd3e
commit
be43ce5b70
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue