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
$ dotnet add package DiskCache.NETNo README available.