Skip to content

haneytron/sharpmemorycache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: info@dache.io

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!

About

Operates identically to a regular MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages