CachedParameterInfo Class |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.15.0 (6.5.15.0)
public sealed class CachedParameterInfo
The CachedParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
IsIgnored |
Determines whether the parameter should be excluded
from the cache key. When the value of this property is false,
the parameter should be included in the cache key.
| |
Parameter |
Gets the ParameterInfo of the parameter.
|