Custom attribute that, when applied to a parameter of a cached method (i.e. a method enhanced by the caching aspect), excludes this parameter from being a part of the cache key.
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class NotCacheKeyAttribute : Attribute
Constructors
Name | Description |
---|---|
NotCacheKeyAttribute() |