TnxCacheManager by Antonio Esposito

<PackageReference Include="TnxCacheManager" Version="1.1.0" />

 TnxCacheManager 1.1.0

CacheManager is an easy helper module allowing you using the Memory Cache with a lambda based notation - Short retention: 1 minute - Long retention: 30 minutes - 24H retention - Sliding retention - Thread-safe - Debug console trace for diagnostics es. var myValue = CacheManager.GetOrDrillShort(TakeFromSomewhere, key1, key2)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TnxCacheManager</id>
    <version>1.1.0</version>
    <authors>Antonio Esposito</authors>
    <owners>TNX Consulting - Italy</owners>
    <projectUrl>http://www.tnxconsulting.com</projectUrl>
    <iconUrl>http://www.tnxconsulting.com/files/tnxsquaresmall.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>CacheManager is an easy helper module allowing you using the Memory Cache with a lambda based notation

- Short retention: 1 minute
- Long retention: 30 minutes
- 24H retention
- Sliding retention
- Thread-safe
- Debug console trace for diagnostics


es.
var myValue = CacheManager.GetOrDrillShort(TakeFromSomewhere, key1, key2)</description>
    <releaseNotes>- Refactory
- Now whitin the System namespace
- Added 24H retention
- Added XML doc file for Intellisense support</releaseNotes>
    <copyright>Freeware</copyright>
    <language>en-US</language>
    <tags>tnx cache memorycache</tags>
  </metadata>
</package>