Encapsulates information about a method being cached. This cached is used by the implementation of ICachingService and you can use it if you override the CacheKeyBuilder class.
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachedMethodMetadataProperties
| Name | Description |
|---|---|
| IgnoreThisParameter | |
| Method | Gets the MethodInfo of the method. |
Methods
| Name | Description |
|---|---|
| ForCallingMethod(CachedMethodConfiguration?, int) | |
| IsParameterIgnored(int) | |
| Register(MethodInfo, CachedMethodConfiguration?, bool) |