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.
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
NumberOfObjects
Declaration
public int NumberOfObjects { get; set; }
Property Value
System.
|
NumberOfObjectsPerQueryResults
Declaration
public int NumberOfObjectsPerQueryResults { get; set; }
Property Value
System.
|
NumberOfQueryResults
Declaration
public int NumberOfQueryResults { get; set; }
Property Value
System.
|
Strategy
Synchronization
Declaration
public BackendConfiguration.SynchronizationConfiguration Synchronization { get; }