DataCacheNode(ICacheToCacheCommunicationCore) Constructor
In This Article
Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public DataCacheNode(
ICacheToCacheCommunicationCore parentCache
)
#Parameters
Name | Type | Description |
---|---|---|
parent |
ICache |
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