Class ClientCacheOptions
The client cache options
Inheritance
System.Object
ClientCacheOptions
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public class ClientCacheOptions : Object
Constructors
ClientCacheOptions()
Declaration
public ClientCacheOptions()
Properties
Disabled
If client cache should be disabled
Declaration
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Policies
The different cache policies for the client
Declaration
public Dictionary<ClientCacheTypes, ClientCachePolicy> Policies { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ClientCacheTypes, ClientCachePolicy> |
Methods
GetDefaultPolicy(ClientCacheTypes)
Gets the default client policy
Declaration
public static ClientCachePolicy GetDefaultPolicy(ClientCacheTypes type)
Parameters
Type | Name | Description |
---|---|---|
ClientCacheTypes | type |
Returns
Type | Description |
---|---|
ClientCachePolicy |