Skip to main content
A newer version of this page is available. .

DataCacheNode(ICacheToCacheCommunicationCore) Constructor

Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DataCacheNode(
    ICacheToCacheCommunicationCore parentCache
)

Parameters

Name Type Description
parentCache ICacheToCacheCommunicationCore

A parent Root or Node element specifying the element to which the current Node is connected.

Remarks

This constructor creates a new DataCacheNode instance and assigns default values to its DataCacheNode.MaxCacheLatency, DataCacheNode.TotalMemoryNotPurgeThreshold, DataCacheNode.TotalMemoryPurgeThreshold, DataCacheNode.MinCachedRequestsAfterPurge, and DataCacheNode.GlobalTotalMemoryPurgeThreshold fields.

See Also