sharpmemorycache
sharpmemorycache copied to clipboard
Operates identically to a regular MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.
SharpMemoryCache 1.0.1
Operates identically to a regular .NET MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.
A spinoff of the Dache project.
WEB: http://www.dache.io
EMAIL: [email protected]
VERSION HISTORY
1.0.1
- Fixed integer overflow that would happen in very long running applications
1.0.0
- Initial release
INSTALLATION INSTRUCTIONS
Just include the DLL in your project (NuGet) and create a new TrimmingMemoryCache(name, config) instead of a new MemoryCache(name, config). It will do the rest automatically!