Class AbstractObjectCache<K, E>.Options
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
Explicit Interface Implementations
IOptions<Options>.Value
AbstractObjectCache<K, E>.Options IOptions<AbstractObjectCache<K, E>.Options>.Value { get; }
Returns
- AbstractObjectCache<K, E>.Options