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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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