Class ClientCacheTypeElement
Configures a Client cache type
Inheritance
System.Object
ClientCacheTypeElement
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public class ClientCacheTypeElement : ConfigurationElement
Constructors
ClientCacheTypeElement()
Declaration
public ClientCacheTypeElement()
Properties
Duration
The number of minutes that the items should be cached.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Expiration
The ClientCacheExpirations that should affect the cached item. Default value is Sliding
Declaration
public ClientCacheExpirations Expiration { get; set; }
Property Value
Type | Description |
---|---|
ClientCacheExpirations |
Type
The ClientCacheTypes of cached items to control the cache for
Declaration
public ClientCacheTypes Type { get; set; }
Property Value
Type | Description |
---|---|
ClientCacheTypes |