CacheTagHelperMemoryCacheFactory Class

Definition

A factory for IMemoryCaches configured using CacheTagHelperOptions. CacheTagHelper uses this factory to set its MemoryCache.

public ref class CacheTagHelperMemoryCacheFactory
public class CacheTagHelperMemoryCacheFactory
type CacheTagHelperMemoryCacheFactory = class
Public Class CacheTagHelperMemoryCacheFactory
Inheritance
CacheTagHelperMemoryCacheFactory

Constructors

CacheTagHelperMemoryCacheFactory(IOptions<CacheTagHelperOptions>)

Creates a new CacheTagHelperMemoryCacheFactory.

Properties

Cache

Gets the IMemoryCache.

Applies to