MetalamaAPI documentationPatterns APIMetalama.​Patterns.​CachingCached­Method­Metadata
Open sandboxFocus

CachedMethodMetadata Class

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.

Inheritance
System.Object
CachedMethodMetadata
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachedMethodMetadata : Object

Properties

Name Description
IgnoreThisParameter
Method

Gets the System.Reflection.MethodInfo of the method.

Methods

Name Description
ForCallingMethod(CachedMethodConfiguration, Int32)
IsParameterIgnored(Int32)
Register(MethodInfo, CachedMethodConfiguration, Boolean)