CachedParameterInfo Class |
Encapsulates information about a parameter of a method
being cached. Exposed by the CachedMethodInfo class.

Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)

C#
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.
|

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |
