mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Project URLs
This commit is contained in:
parent
d0d95b8f90
commit
4d9422294b
|
|
@ -13,8 +13,7 @@ using System.Threading.Tasks;
|
||||||
namespace MapControl.Caching
|
namespace MapControl.Caching
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IDistributedCache implementation based on FileDb, a free and simple No-SQL database by EzTools Software.
|
/// IDistributedCache implementation based on FileDb, https://github.com/eztools-software/FileDb.
|
||||||
/// See http://www.eztools-software.com/tools/filedb/.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class FileDbCache : IDistributedCache, IDisposable
|
public sealed class FileDbCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ using System.Threading.Tasks;
|
||||||
namespace MapControl.Caching
|
namespace MapControl.Caching
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IDistributedCache implementation based on System.Data.SQLite.
|
/// IDistributedCache implementation based on System.Data.SQLite, https://system.data.sqlite.org/.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class SQLiteCache : IDistributedCache, IDisposable
|
public sealed class SQLiteCache : IDistributedCache, IDisposable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue