CacheManager.Microsoft.Extensions.Logging
0.8.0-beta-1219
See the version list below for details.
dotnet add package CacheManager.Microsoft.Extensions.Logging --version 0.8.0-beta-1219
NuGet\Install-Package CacheManager.Microsoft.Extensions.Logging -Version 0.8.0-beta-1219
<PackageReference Include="CacheManager.Microsoft.Extensions.Logging" Version="0.8.0-beta-1219" />
paket add CacheManager.Microsoft.Extensions.Logging --version 0.8.0-beta-1219
#r "nuget: CacheManager.Microsoft.Extensions.Logging, 0.8.0-beta-1219"
// Install CacheManager.Microsoft.Extensions.Logging as a Cake Addin #addin nuget:?package=CacheManager.Microsoft.Extensions.Logging&version=0.8.0-beta-1219&prerelease // Install CacheManager.Microsoft.Extensions.Logging as a Cake Tool #tool nuget:?package=CacheManager.Microsoft.Extensions.Logging&version=0.8.0-beta-1219&prerelease
CacheManager is an open source caching abstraction layer for .NET written in C#. The ASP.NET Core logging provides a bridge to the Microsoft.Extensions.Logging framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet54 is compatible. |
-
.NETFramework 4.5.1
- CacheManager.Core (>= 0.8.0-beta-1219)
- Microsoft.Extensions.Logging (>= 1.0.0-rc1-final)
-
.NETPlatform 5.4
- CacheManager.Core (>= 0.8.0-beta-1219)
- Microsoft.Extensions.Logging (>= 1.0.0-rc1-final)
- System.Runtime (>= 4.0.21-beta-23516)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on CacheManager.Microsoft.Extensions.Logging:
Package | Downloads |
---|---|
Ocelot.Cache.CacheManager
Provides Ocelot extensions to use CacheManager.Net |
|
BSynchro.Cache
Package Description |
|
BSynchro.RatingEngine.Core
Package Description |
|
Hummingbird.Extensions.Cache
分布式缓存 |
|
LFNT.Net.Ocelot
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on CacheManager.Microsoft.Extensions.Logging:
Repository | Stars |
---|---|
ThreeMammals/Ocelot
.NET API Gateway
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
|
|
DavidChild/Bitter.Core.Orm.NetCore
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 909,963 | 11/15/2018 |
1.2.0 | 1,174,887 | 12/6/2018 |
1.1.2 | 491,293 | 11/18/2017 |
1.1.1 | 220,636 | 7/2/2017 |
1.1.0 | 2,755 | 6/5/2017 |
1.0.1 | 4,768 | 4/20/2017 |
1.0.0 | 4,980 | 3/19/2017 |
1.0.0-beta-1456 | 1,680 | 3/14/2017 |
0.9.3 | 5,519 | 2/3/2017 |
0.9.2 | 109,164 | 12/1/2016 |
0.9.1 | 3,513 | 9/23/2016 |
0.9.0 | 2,407 | 8/21/2016 |
0.8.0-beta-1219 | 2,318 | 2/28/2016 |
0.7.4-beta-1185 | 1,750 | 2/14/2016 |
Breaking Changes:
CacheBackPlate got renamed to CacheBackplane. This affects all related implementations, documentation and configuration elements. #44
New features and updates:
Added feature check for Redis cache handle, now supporting older versions of Redis server #42
CacheBackplane now works with events
CacheBackplane performance has been improved significantly #39
Documentation for Serialization added #40
API reference documentation: Replaced the old one with new, custom, based on docfx #40
Added periodical expire check to dictionary cache handle bf76178