DataCacheNodeLocal(ICacheToCacheCommunicationCore) Constructor
In This Article
Initializes a new instance of the DataCacheNodeLocal 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 DataCacheNodeLocal(
ICacheToCacheCommunicationCore parentCache
)
#Parameters
Name | Type | Description |
---|---|---|
parent |
ICache |
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