SkillAgentSearch skills...

Sharpmemorycache

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

Install / Use

/learn @haneytron/Sharpmemorycache
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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!

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1mo ago
Forks5

Languages

C#

Security Score

75/100

Audited on Feb 4, 2026

No findings