Back to Devexpress

DataCacheNode Fields

corelibraries-devexpress-dot-xpo-dot-db-dot-datacachenode-dot-underscore-fields.md

latest1.7 KB
Original Source

DataCacheNode Fields

The Node element that is used to connect to a cached data store‘s Root or Node element.

NameDescription
GlobalTotalMemoryPurgeThreshold staticFor internal use.
LogCategory staticThe name of a category used to tag data cache operations in XPO logs. The default category name is “DataCache”. Inherited from DataCacheBase.
MaxCacheLatencySpecifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds.
MinCachedRequestsAfterPurgeSpecifies the minimum number of query results to retain within the current Node’s cache during its automatic purge. The default value is 16.
TotalMemoryNotPurgeThresholdFor internal use.
TotalMemoryPurgeThresholdFor internal use.

See Also

DataCacheNode Class

DataCacheNode Members

DevExpress.Xpo.DB Namespace