Class CachePolicy<TResult>
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