SmartCacheManager is a smart caching module to cache objects with resilient and variable expiration timing that is useful for caching result of web services.
Info
Version: | 2.1.0 |
Author(s): | Mohammad Javad Ebrahimi |
Last Update: | Wednesday, November 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SmartCacheManager |
Install
Install-Package SmartCacheManager
dotnet add package SmartCacheManager
paket add SmartCacheManager
SmartCacheManager Download (Unzip the "nupkg" after downloading)
Dependencies
- EasyCaching.Core(>= 0.9.0)
- EasyCaching.Extensions.EasyCompressor(>= 1.2.4)
- EasyCaching.InMemory(>= 0.9.0)
- EasyCaching.Redis(>= 0.9.0)
- EasyCaching.Serialization.MessagePack(>= 0.9.0)
- EasyCompressor(>= 1.2.4)
- EasyCompressor.LZ4(>= 1.2.4)
- Microsoft.Data.SqlClient(>= 2.0.1)
- Microsoft.EntityFrameworkCore(>= 5.0.0)
- Microsoft.Extensions.Http(>= 5.0.0)
- NeuroSpeech.EFCoreLiveMigration(>= 1.3.138)
- Serilog(>= 2.10.0)
- Serilog.Enrichers.CorrelationId(>= 3.0.1)
- Serilog.Enrichers.ExceptionStackTraceHash(>= 1.2.0)
- Serilog.Enrichers.Memory(>= 1.0.4)
- Serilog.Enrichers.Thread(>= 3.1.0)
- Serilog.Extensions.Hosting(>= 3.1.0)
- Serilog.Sinks.Console(>= 4.0.000837)
- Serilog.Sinks.Debug(>= 1.0.200020)
- Serilog.Sinks.EventLog(>= 3.1.0)
- Serilog.Sinks.File(>= 4.1.0)
- Serilog.Sinks.MSSqlServer(>= 5.6.0)
Tags