PersistentCache 0.6.0
A C# library which gives you a Persistent Cache, if we run out of memory we will store the expired and evicted cache items to disk.
Think Membase but as a simple C# project, which you can include in your project.
Install-Package PersistentCache -Version 0.6.0
dotnet add package PersistentCache --version 0.6.0
<PackageReference Include="PersistentCache" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PersistentCache --version 0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- ManagedEsent (>= 1.9.0.1)
- ServiceStack.Text (>= 4.0.18)
GitHub Usage
This package is not used by any popular GitHub repositories.