Table of Contents

Class OpenSettingsDistributedMemoryCache

Namespace
OpenSettings.Domains.Redis
Assembly
OpenSettings.dll
public class OpenSettingsDistributedMemoryCache : MemoryDistributedCache, IOpenSettingsDistributedCache, IDistributedCache
Inheritance
OpenSettingsDistributedMemoryCache
Implements
Inherited Members

Constructors

OpenSettingsDistributedMemoryCache(IOptions<MemoryDistributedCacheOptions>)

public OpenSettingsDistributedMemoryCache(IOptions<MemoryDistributedCacheOptions> optionsAccessor)

Parameters

optionsAccessor IOptions<MemoryDistributedCacheOptions>

OpenSettingsDistributedMemoryCache(IOptions<MemoryDistributedCacheOptions>, ILoggerFactory)

public OpenSettingsDistributedMemoryCache(IOptions<MemoryDistributedCacheOptions> optionsAccessor, ILoggerFactory loggerFactory)

Parameters

optionsAccessor IOptions<MemoryDistributedCacheOptions>
loggerFactory ILoggerFactory