corelibraries-devexpress-dot-xpo-dot-db-dot-datacachenode-dot-underscore-members.md
The Node element that is used to connect to a cached data store‘s Root or Node element.
| Name | Description |
|---|---|
| DataCacheNode(ICacheToCacheCommunicationCore) | Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element. |
| Name | Description |
|---|---|
| GlobalTotalMemoryPurgeThreshold static | For internal use. |
| LogCategory static | The name of a category used to tag data cache operations in XPO logs. The default category name is “DataCache”. Inherited from DataCacheBase. |
| MaxCacheLatency | Specifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds. |
| MinCachedRequestsAfterPurge | Specifies the minimum number of query results to retain within the current Node’s cache during its automatic purge. The default value is 16. |
| TotalMemoryNotPurgeThreshold | For internal use. |
| TotalMemoryPurgeThreshold | For internal use. |
| Name | Description |
|---|---|
| AutoCreateOption | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| GlobalTotalMemoryPurgeTreshhold static | Obsolete. For internal use. |
| TotalMemoryNotPurgeTreshhold | Obsolete. For internal use. |
| TotalMemoryPurgeTreshhold | Obsolete. For internal use. |
| Name | Description |
|---|---|
| CatchUp() | Synchronizes the Node’s table update information with the Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot). |
| Configure(DataCacheConfiguration) | Applies specified configuration settings to a cached data store. |
| CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetStorageTables(String[]) | Returns information that describes the structure of specified tables in a cached data store. |
| GetStorageTablesList(Boolean) | Returns a list of all the tables available in a cached data store. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| IsBadForCache(DataCacheConfiguration, JoinNode) static | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| IsBadForCache(DataCacheConfiguration, String) static | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| ModifyData(DataCacheCookie, ModificationStatement[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| ModifyData(ModificationStatement[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[]) | Inherited from DataCacheBase. |
| ModifyDataAsync(CancellationToken, ModificationStatement[]) | Inherited from DataCacheBase. |
| NotifyDirtyTables(DataCacheCookie, String[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| NotifyDirtyTables(String[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[]) | Inherited from DataCacheBase. |
| ProcessCookie(DataCacheCookie) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| ProcessCookieAsync(CancellationToken, DataCacheCookie) | Inherited from DataCacheBase. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | When implemented by a descendant class, resets or clears any cached information on data store tables (such as table update information and cached query results). Inherited from DataCacheBase. |
| SelectData(DataCacheCookie, SelectStatement[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| SelectData(SelectStatement[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| SelectDataAsync(CancellationToken, DataCacheCookie, SelectStatement[]) | Inherited from DataCacheBase. |
| SelectDataAsync(CancellationToken, SelectStatement[]) | Inherited from DataCacheBase. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateSchema(DataCacheCookie, DBTable[], Boolean) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| UpdateSchema(Boolean, DBTable[]) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataCacheBase. |
| UpdateSchemaAsync(CancellationToken, DataCacheCookie, DBTable[], Boolean) | Inherited from DataCacheBase. |
| UpdateSchemaAsync(CancellationToken, Boolean, DBTable[]) | Inherited from DataCacheBase. |
See Also