Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Class CachedMethodMetadata

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
CachedMethodMetadata
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachedMethodMetadata

Properties

Name Description
IgnoreThisParameter
Method

Gets the MethodInfo of the method.

Methods

Name Description
ForCallingMethod(CachedMethodConfiguration?, int)
IsParameterIgnored(int)
Register(MethodInfo, CachedMethodConfiguration?, bool)

Extension Methods

  • Navigation