mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +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
|
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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue