Skip to main content
A newer version of this page is available. .

ICacheToCacheCommunicationCore Methods

Provides methods for transferring data between cached data store elements.
Name Description
ModifyData(DataCacheCookie, ModificationStatement[]) When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result.
NotifyDirtyTables(DataCacheCookie, String[]) When implemented by a class, informs a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) about specific modified tables.
ProcessCookie(DataCacheCookie) When implemented by a class, synchronizes table update information with a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).
SelectData(DataCacheCookie, SelectStatement[]) When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result.
UpdateSchema(DataCacheCookie, DBTable[], Boolean) When implemented by a class, updates a cached data store‘s schema according to specified settings and returns the operation result.
See Also