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

DataCacheNodeLocal(ICacheToCacheCommunicationCore) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DataCacheNodeLocal(
    ICacheToCacheCommunicationCore parentCache
)

Parameters

Name Type Description
parentCache ICacheToCacheCommunicationCore

A parent Root or Node element specifying the element (located on the same computer) to which the current Node is connected.

Remarks

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

See Also