Polly.Caching.Memory
3.0.2
Polly.Caching.Memory is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Memory.MemoryCache as a provider for Polly's CachePolicy.
Install-Package Polly.Caching.Memory -Version 3.0.2
dotnet add package Polly.Caching.Memory --version 3.0.2
<PackageReference Include="Polly.Caching.Memory" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Polly.Caching.Memory --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Polly.Caching.Memory, 3.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
See https://github.com/App-vNext/Polly.Caching.MemoryCache/blob/master/CHANGELOG.md
Dependencies
-
.NETStandard 1.3
- Microsoft.Extensions.Caching.Memory (>= 1.1.2)
- NETStandard.Library (>= 1.6.1)
- Polly (>= 7.1.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Memory (>= 2.2.0)
- Polly (>= 7.1.1)
-
.NETStandard 2.1
- Microsoft.Extensions.Caching.Memory (>= 3.0.0)
- Polly (>= 7.1.1)
Used By
NuGet packages (13)
Showing the top 5 NuGet packages that depend on Polly.Caching.Memory:
Package | Downloads |
---|---|
Lykke.HttpClientGenerator
This package helps to generate client proxy for an api using the Refit library.
It adds cache and retries using Polly to the generated proxies.
User logic can also be added as wrappers to the requests or to the method calls.
|
|
Ark.Tools.Auth0
Extensions of Auth0
|
|
Ark.Tools.AspNetCore.BasicAuthAuth0Proxy
A middleware for converting basic-auth to bearer tokens using Resource Owner flow for Auth0
|
|
Ark.Tools.FtpClient.FtpProxy
Implementation of FtpClient.Core based on Ark.FtpProxy service
|
|
DotNetWorkQueue
Work queue for dot net 4.6.1, 4.7.2, 4.8 and dot net standard 2.0
SQL server, SQLite, Redis and PostgreSQL transports are available.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Polly.Caching.Memory:
Repository | Stars |
---|---|
AlphaYu/Adnc
微服务框架,一个轻量级的.NET Core微服务开发框架,同样适用于单体架构系统的开发。框架基于JWT认证授权、集成了一系列微服务配套组件、实现了读写分离、包含基础的后台管理模块。前端基于Vue,也是一个前后端分离的框架。
|