Table of Contents

Class AbstractObjectCache<K, E>.Options

Namespace
Tlabs.Data.Repo.Intern
Assembly
Tlabs.Data.dll
public class AbstractObjectCache<K, E>.Options : MemoryCacheOptions, IOptions<MemoryCacheOptions>, IOptions<AbstractObjectCache<K, E>.Options>
Inheritance
AbstractObjectCache<K, E>.Options
Implements
Inherited Members
Extension Methods

Constructors

Options()

public Options()

Properties

Warming

Set to true to indicate that cache warming is desired.

public bool Warming { get; set; }

Property Value

bool

Explicit Interface Implementations

IOptions<Options>.Value

AbstractObjectCache<K, E>.Options IOptions<AbstractObjectCache<K, E>.Options>.Value { get; }

Returns

AbstractObjectCache<K, E>.Options