Table of Contents

Class CachePolicy<TResult>

Namespace
Polly.Caching
Assembly
Polly.dll

A cache policy that can be applied to the results of delegate executions.

public class CachePolicy<TResult> : Policy<TResult>, IAsyncPolicy<TResult>, ISyncPolicy<TResult>, ICachePolicy<TResult>, ICachePolicy, IsPolicy

Type Parameters

TResult
Inheritance
Policy<TResult>
CachePolicy<TResult>
Implements
IAsyncPolicy<TResult>
ISyncPolicy<TResult>
ICachePolicy<TResult>
Inherited Members