Class ObjectCacheOptions
Class for defining object cache options
Inheritance
System.Object
ObjectCacheOptions
Namespace: ImageVault.Common.Configuration
Assembly: ImageVault.Common.dll
Syntax
public class ObjectCacheOptions : Object
Constructors
ObjectCacheOptions()
Declaration
public ObjectCacheOptions()
Properties
DefaultProvider
Default object cache provider
Declaration
public string DefaultProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MicroCache
MicroCache options
Declaration
public MicroCacheOptions MicroCache { get; set; }
Property Value
Type | Description |
---|---|
MicroCacheOptions |
Providers
Providers for the Object cache
Declaration
public IList<ProviderOptions> Providers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ProviderOptions> |