ICacheToCacheCommunicationCore Methods
Provides methods for transferring data between cached data store elements.
Name | Description |
---|---|
Modify |
When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result. |
Notify |
When implemented by a class, informs a cached data store‘s Root element (Data |
Process |
When implemented by a class, synchronizes table update information with a cached data store‘s Root element (Data |
Select |
When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. |
Update |
When implemented by a class, updates a cached data store‘s schema according to specified settings and returns the operation result. |
See Also