Class TwoLayerCacheOptions
Inheritance
System.Object
TwoLayerCacheOptions
Namespace:InfinniPlatform.Cache
Assembly:InfinniPlatform.Cache.TwoLayer.dll
Syntax
public class TwoLayerCacheOptions : object
Fields
| Improve this Doc View SourceDefault
Declaration
public static readonly TwoLayerCacheOptions Default
Field Value
Type | Description |
---|---|
TwoLayerCacheOptions |
SectionName
Declaration
public const string SectionName = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceInMemoryCacheFactory
The factory method to get the IInMemoryCacheFactory.
Declaration
public Func<IContainerResolver, IInMemoryCacheFactory> InMemoryCacheFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<IContainerResolver, IInMemoryCacheFactory> |
SharedCacheFactory
The factory method to get the ISharedCacheFactory.
Declaration
public Func<IContainerResolver, ISharedCacheFactory> SharedCacheFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<IContainerResolver, ISharedCacheFactory> |
TwoLayerCacheStateObserver
The factory method to get the ITwoLayerCacheStateObserver.
Declaration
public Func<IContainerResolver, ITwoLayerCacheStateObserver> TwoLayerCacheStateObserver { get; set; }
Property Value
Type | Description |
---|---|
Func<IContainerResolver, ITwoLayerCacheStateObserver> |