PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingNot­Cache­Key­Attribute
Open sandboxFocus

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.

Inheritance
NotCacheKeyAttribute
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class NotCacheKeyAttribute : Attribute

Constructors

Name Description
NotCacheKeyAttribute()