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.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class NotCacheKeyAttribute : Attribute
Constructors
Name | Description |
---|---|
NotCacheKeyAttribute() |