Info
| Version: | 1.2.0 |
| Author(s): | Błażej Matuszewski |
| Last Update: | Thursday, November 3, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://matuszewski.wroclaw.pl/DiskCache.NET |
| NuGet Url: | https://www.nuget.org/packages/DiskCache.NET |
Install
Install-Package DiskCache.NET
dotnet add package DiskCache.NET
paket add DiskCache.NET
DiskCache.NET Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
-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.