Class BackendConfiguration.SecondLevelCacheConfiguration
Inheritance
System.Object
BackendConfiguration.SecondLevelCacheConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class SecondLevelCacheConfiguration
Properties
CacheQueryResults
Declaration
public bool CacheQueryResults { get; set; }
Property Value
|
System.Boolean
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
|
System.Boolean
|
NumberOfObjects
Declaration
public int NumberOfObjects { get; set; }
Property Value
|
System.Int32
|
NumberOfObjectsPerQueryResults
Declaration
public int NumberOfObjectsPerQueryResults { get; set; }
Property Value
|
System.Int32
|
NumberOfQueryResults
Declaration
public int NumberOfQueryResults { get; set; }
Property Value
|
System.Int32
|
Strategy
Synchronization
Declaration
public BackendConfiguration.SynchronizationConfiguration Synchronization { get; }
Property Value
|
BackendConfiguration.SynchronizationConfiguration
|