GetClassification(IParameter)
Evaluates a method parameter and returns a classification indicating how it should be handled in cache key generation.
Declaration
CacheParameterClassification GetClassification(IParameter parameter)Parameters
| Type | Name | Description |
|---|---|---|
| IParameter | parameter | The parameter to classify. |
Returns
| Type | Description |
|---|---|
| CacheParameterClassification | A CacheParameterClassification value indicating how the parameter should be handled. |