NotCacheKeyAttribute Class |
Custom attribute that, when applied to a parameter of a cached method (i.e. a method enhanced by the CacheAttribute aspect),
excludes this parameter from being a part of the cache key.

Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public sealed class NotCacheKeyAttribute : Attribute
The NotCacheKeyAttribute type exposes the following members.

Name | Description | |
---|---|---|
![]() | NotCacheKeyAttribute | Initializes a new instance of the NotCacheKeyAttribute class |
