Class
BackendConfiguration.SecondLevelCacheConfiguration

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class BackendConfiguration.SecondLevelCacheConfiguration

Inheritance: objectBackendConfiguration.SecondLevelCacheConfiguration

Properties

CacheQueryResults

Declaration

cs-api-definition
public bool CacheQueryResults { get; set; }

Property Value

bool

Enabled

Declaration

cs-api-definition
public bool Enabled { get; set; }

Property Value

bool

NumberOfObjects

Declaration

cs-api-definition
public int NumberOfObjects { get; set; }

Property Value

int

NumberOfObjectsPerQueryResults

Declaration

cs-api-definition
public int NumberOfObjectsPerQueryResults { get; set; }

Property Value

int

NumberOfQueryResults

Declaration

cs-api-definition
public int NumberOfQueryResults { get; set; }

Property Value

int

Strategy

Declaration

cs-api-definition
public CacheStrategy Strategy { get; set; }

Property Value

CacheStrategy

Synchronization

Declaration

cs-api-definition
public BackendConfiguration.SynchronizationConfiguration Synchronization { get; }

Property Value

BackendConfiguration.SynchronizationConfiguration