DiskCache.NET
1.2.0
dotnet add package DiskCache.NET --version 1.2.0
NuGet\Install-Package DiskCache.NET -Version 1.2.0
<PackageReference Include="DiskCache.NET" Version="1.2.0" />
paket add DiskCache.NET --version 1.2.0
#r "nuget: DiskCache.NET, 1.2.0"
// Install DiskCache.NET as a Cake Addin #addin nuget:?package=DiskCache.NET&version=1.2.0 // Install DiskCache.NET as a Cake Tool #tool nuget:?package=DiskCache.NET&version=1.2.0
Lightweight library for caching data on disk instead of using memory.
-Simple interface: Everything possible by calling getting or setting method.
-Supports AES encryption for data saved on disk
-No other dependencies
-Support for .NET 3.5 and above
-Auto-clearing of all files used for caching
-Multi-threading safe, AVL-BST based impelmentation, fully unit tested
-Support for 64-bit data addressing and 32-bit length of single cached obejct
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 8,049 | 11/3/2016 |
added support for CLR 4