Back to Devexpress

DataCacheResult Class

corelibraries-devexpress-dot-xpo-dot-db-dot-helpers-208bf375.md

latest5.1 KB
Original Source

DataCacheResult Class

Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).

Namespace : DevExpress.Xpo.DB.Helpers

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class DataCacheResult
vb
Public Class DataCacheResult

The following members return DataCacheResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryDataCacheBase.NotifyDirtyTables(DataCacheCookie, String[])
DataCacheBase.NotifyDirtyTables(String[])
DataCacheBase.ProcessCookie(DataCacheCookie)
ICacheToCacheCommunicationCore.NotifyDirtyTables(DataCacheCookie, String[])
ICacheToCacheCommunicationCore.ProcessCookie(DataCacheCookie)
XPO (.NET ORM Library)MSSql2005SqlDependencyCacheRoot.NotifyDirtyTables(DataCacheCookie, String[])
MSSql2005SqlDependencyCacheRoot.ProcessCookie(DataCacheCookie)
WebApiDataStoreClient.NotifyDirtyTables(DataCacheCookie, String[])
WebApiDataStoreClient.ProcessCookie(DataCacheCookie)

The following members return DataCacheResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryDataCacheBase.NotifyDirtyTables(DataCacheCookie, String[])
DataCacheBase.NotifyDirtyTables(String[])
DataCacheBase.ProcessCookie(DataCacheCookie)
ICacheToCacheCommunicationCore.NotifyDirtyTables(DataCacheCookie, String[])
ICacheToCacheCommunicationCore.ProcessCookie(DataCacheCookie)
XPO (.NET ORM Library)MSSql2005SqlDependencyCacheRoot.NotifyDirtyTables(DataCacheCookie, String[])
MSSql2005SqlDependencyCacheRoot.ProcessCookie(DataCacheCookie)
WebApiDataStoreClient.NotifyDirtyTables(DataCacheCookie, String[])
WebApiDataStoreClient.ProcessCookie(DataCacheCookie)

Remarks

This class supports the internal infrastructure and is not intended to be used directly from your code.

Inheritance

Object DataCacheResult DataCacheModificationResult

DataCacheSelectDataResult

DataCacheUpdateSchemaResult

See Also

DataCacheResult Members

DevExpress.Xpo.DB.Helpers Namespace