Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
100 packages returned for Tags:"Polly"
Sort by
Relevance
Downloads
Recently updated
Polly.
Caching.
Memory
by:
dylanreisenberger
joelhulen
Polly
6,161,932 total downloads
last updated
10/18/2019
Latest version:
3.0.2
Polly
Cache
Caching
Cache-aside
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.
Polly.
Caching.
Distributed
by:
dylanreisenberger
joelhulen
Polly
1,201,301 total downloads
last updated
11/13/2019
Latest version:
3.0.1
Polly
Cache
Caching
Cache-aside
Polly.Caching.Distributed is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache as a provider for Polly's CachePolicy.
Lykke.
HttpClientGenerator
by:
lykke
1,228,171 total downloads
last updated
8/19/2020
Latest version:
3.1.1
refit
polly
dotnet-core
csharp
api-client
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...
More information
RawRabbit.
Enrichers.
Polly
by:
pardahlman
666,215 total downloads
last updated
3/11/2018
Latest version:
2.0.0-rc5
rabbitmq
rawrabbit
policy
polly
Exception handling and retry policies with Polly.
AWSSDK.
Polly
by:
awsdotnet
818,911 total downloads
last updated
2/3/2023
Latest version:
3.7.105.4
AWS
Amazon
cloud
Polly
aws-sdk-v3
Amazon Polly is a service that turns text into lifelike speech, making it easy to develop applications that use high-quality speech to increase engagement and accessibility.
Polly.
Caching.
Serialization.
Json
by:
dylanreisenberger
joelhulen
Polly
700,955 total downloads
last updated
2/10/2019
Latest version:
3.0.0
Polly
Cache
Caching
Cache-aside
serialization
Json
Polly.Caching.Serialization.Json is a plug-in for the .NET OSS resilience library Polly, supporting serialization to and from Json using Newtonsoft.Json
Polly.
Caching.
MemoryCache
by:
dylanreisenberger
joelhulen
Polly
344,287 total downloads
last updated
4/28/2018
Latest version:
1.1.0
Polly
Cache
Caching
Cache-aside
Polly.Caching.MemoryCache is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.
Polly.
Contrib.
DuplicateRequestCollapser
by:
Polly-Contrib
476,472 total downloads
last updated
6/5/2020
Latest version:
0.2.1
Exception
Handling
Resilience
Transient
Fault
Policy
Polly
Polly.Contrib.DuplicateRequestCollapser is a Polly policy to collapse concurrent duplicate requests to a single execution, integrating with the Polly resilience project for .NET
AWSSDKCPP-
Polly
by:
awscpp
199,886 total downloads
last updated
10/6/2018
Latest version:
1.6.20160610.25
AWS
Amazon
cloud
aws-sdk-cpp
native
polly
nativepackage
Amazon Polly Client for the AWS SDK for C++. AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low-...
More information
AWSSDKCPP-
Polly.
redist
by:
awscpp
206,391 total downloads
last updated
10/6/2018
Latest version:
1.6.20160610.25
AWS
Amazon
cloud
aws-sdk-cpp
native
polly
nativepackage
Redistributable components for package 'AWSSDKCPP-Polly'. This package should only be installed as a dependency. (This is not the package you are looking for).
Polly.
Proxy
by:
thepirat000
43,311 total downloads
last updated
3/2/2019
Latest version:
0.0.2
Polly
Proxy
Configure Polly by using a Dynamic Proxy.
Resilient.
HttpClient
by:
DRoosma
55,721 total downloads
last updated
2/17/2021
Latest version:
1.0.1
Polly
Resilience
IHttpClientBuilder
Resilient HttpClient is a utilitie that helps ease the use of polly retry and circuitbreaker policies around IHttpClientBuilder
AWSSDKCPP-
Text-
To-
Speech.
redist
by:
awscpp
134,868 total downloads
last updated
10/6/2018
Latest version:
1.6.25
AWS
Amazon
cloud
aws-sdk-cpp
native
polly
text-to-speech
nativepackage
Redistributable components for package 'AWSSDKCPP-Text-To-Speech'. This package should only be installed as a dependency. (This is not the package you are looking for).
AWSSDKCPP-
Text-
To-
Speech
by:
awscpp
121,486 total downloads
last updated
10/6/2018
Latest version:
1.6.25
AWS
Amazon
cloud
aws-sdk-cpp
native
polly
text-to-speech
nativepackage
Text-to-speech Manager for AWS SDK for C++. AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low-...
More information
Polly.
Caching.
IDistributedCache
by:
dylanreisenberger
joelhulen
Polly
40,153 total downloads
last updated
12/3/2017
Latest version:
1.0.4
Polly
Cache
Caching
Cache-aside
Polly.Caching.IDistributedCache is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache as a provider for Polly's CachePolicy.
Polly.
Caching.
MemoryCache-
Signed
by:
dylanreisenberger
joelhulen
Polly
36,242 total downloads
last updated
4/28/2018
Latest version:
1.1.0
Polly
Cache
Caching
Cache-aside
Polly.Caching.MemoryCache is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.
CacheMeIfYouCan.
Polly
by:
hpeebles
29,631 total downloads
last updated
1/19/2021
Latest version:
0.2.197
Cache
Polly
CircuitBreaker
Extends CacheMeIfYouCan by providing the ability to wrap cache calls with Polly policies (eg. CircuitBreaker, Retry, etc.)
LykkeBiz.
HttpClientGenerator
by:
LykkeBusiness
28,744 total downloads
last updated
1/31/2023
Latest version:
5.5.0
refit
polly
dotnet-core
csharp
api-client
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...
More information
NClient.
Providers.
Resilience.
Polly
by:
smolchanovsky
18,486 total downloads
last updated
7/17/2022
Latest version:
0.13.0
NClient
NClient.Providers
NClient.Providers.Resilience
Polly
The provider that allows you to implement resilience policies using the Polly library.
CallPolly
by:
jet.com
22,953 total downloads
last updated
10/22/2018
Latest version:
0.0.5-CI74735
polly
bulkhead
circuitbreaker
timeout
fsharp
Apply systemwide resilience strategies consistently across subsystems, standing on Polly's shoulders
Previous
Next