PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCaching­Context­KindRecache
Open sandboxFocus

CachingContextKind.Recache Field

The ICachingContext of a method being re-evaluated, ignoring the previous value, and replaced into the cache, using the Recache<TReturn>(Func<TReturn>) method.

Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public const CachingContextKind Recache
Returns
Type Description
CachingContextKind