ICacheToCacheCommunicationCore Interface
Provides methods for transferring data between cached data store elements.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
XPO provides the following ICacheToCacheCommunicationCore implementations:
- DataCacheRoot - The Root element that is used to connect Node elements to a cached data store.
- DataCacheNode - The Node element that is used to connect to a cached data store‘s Root or Node element.
- DataCacheNodeLocal - The Node element that is used to connect to a cached data store‘s Root or Node element located on the local host.
See Also