DiskCache.NET
1.2.0
Install-Package DiskCache.NET -Version 1.2.0
dotnet add 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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 | 5,314 | 11/3/2016 |
added support for CLR 4