Simple SQL-based Cache for .NET NuGet Package

.NET 4.0 introduced a new caching mechanism that extends the previous existing mechanism intended only for ASP.NET applications.

The core of this new caching mechanism is the abstract class ObjectCache in the namespace System.Runtime.Caching. .NET provides a concrete implementation for in-memory caching through the MemoryCache class.

However the in-memory cache is not suitable for some distributed scenarios.
This project provides a concrete implementation of the .NET Caching API, based on SQL Server, that can be suitable for distributed scenarios, not only Web but distributed computing in general.




Got any Simple SQL-based Cache for .NET Question?





Info

Version: 1.1.1
Author(s): Ovicus
Last Update: Wednesday, November 26, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/ovicus/sqlcache
NuGet Url: https://www.nuget.org/packages/Ovicus.Caching


Install
Install-Package Ovicus.Caching
dotnet add package Ovicus.Caching
paket add Ovicus.Caching
Ovicus.Caching Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

3411