Encapsulates information about a parameter of a method being cached. Exposed by the CachedMethodInfo class.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CachedParameterInfo
Properties
Name | Description |
---|---|
IsIgnored | Determines whether the parameter should be excluded
from the cache key. When the value of this property is |
Parameter | Gets the ParameterInfo of the parameter. |