Class ObjectCacheConfigurationElement
Inheritance
System.Object
ObjectCacheConfigurationElement
Namespace: ImageVault.Common.Configuration
Assembly: ImageVault.Common.dll
Syntax
public class ObjectCacheConfigurationElement : ConfigurationElement
Constructors
ObjectCacheConfigurationElement()
Declaration
public ObjectCacheConfigurationElement()
Properties
DefaultProvider
Gets or sets the default provider.
Declaration
public string DefaultProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default provider. |
MicroCache
Configures the MicroCache
Declaration
public MicroCacheConfigurationElement MicroCache { get; }
Property Value
Type | Description |
---|---|
MicroCacheConfigurationElement |
Providers
Gets the providers.
Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ProviderSettingsCollection | The providers. |