CachingContextKind Enumeration |
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.4.11.0 (6.4.11.0)
[FlagsAttribute] public enum CachingContextKind
Member name | Value | Description | |
---|---|---|---|
None | 0 | None (a null implementation of ICachingContext). | |
Cache | 1 | The ICachingContext of a method being evaluated and added to the cache. | |
Recache | 2 | The ICachingContext of a method being re-evaluated, ignoring the previous value, and replaced into the cache, using the Recache<TReturn>(Func<TReturn>) method. |