TnxCacheManager 1.0.3
See the version list below for details.
dotnet add package TnxCacheManager --version 1.0.3
NuGet\Install-Package TnxCacheManager -Version 1.0.3
<PackageReference Include="TnxCacheManager" Version="1.0.3" />
paket add TnxCacheManager --version 1.0.3
#r "nuget: TnxCacheManager, 1.0.3"
// Install TnxCacheManager as a Cake Addin #addin nuget:?package=TnxCacheManager&version=1.0.3 // Install TnxCacheManager as a Cake Tool #tool nuget:?package=TnxCacheManager&version=1.0.3
CacheManager is a powerful helper module allowing you using easily a FX4 Memory Cache with a lambda based notation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TnxCacheManager:
Package | Downloads |
---|---|
TNX.FreeGeoIP2
A Helper module to simplify using the free MaxMind GeoIP database using the MaxMind API and caching the files from the CDN of MaxMind Simple demo: var ip = "213.140.15.199"; var city = FreeGeoIP2.FindCityOrDefault(ip); var country = FreeGeoIP2.FindCountryOrDefault(ip); var asn = FreeGeoIP2.FindAsnOrDefault(ip); q: info@tnxconsulting.com This product includes GeoLite2 data created by MaxMind, available from www.maxmind.com |
|
TnxAzureDistributedCacheManager
DCacheManager is a powerful helper module allowing you using easily the Windows Azure Distributed Cache role or shared role |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Debug trace fix
- Added exception handling
- Added thread-safe support