Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Method WithMemoryCacheOptions

WithMemoryCacheOptions(MemoryCacheOptions)

Specifies the options of the MemoryCache. This method is ignored if the WithMemoryCache(IMemoryCache) method is called.

Declaration
public MemoryCachingBackendBuilder WithMemoryCacheOptions(MemoryCacheOptions memoryCacheOptions)
Parameters
Type Name Description
MemoryCacheOptions memoryCacheOptions
Returns
Type Description
MemoryCachingBackendBuilder
  • Navigation