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.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
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.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
IsBadForCache(DataCacheConfiguration, JoinNode)
static
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
IsBadForCache(DataCacheConfiguration, String)
static
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
ModifyData(DataCacheCookie, ModificationStatement[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
ModifyData(ModificationStatement[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[])
|
|
ModifyDataAsync(CancellationToken, ModificationStatement[])
|
|
NotifyDirtyTables(DataCacheCookie, String[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
NotifyDirtyTables(String[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[])
|
|
ProcessCookie(DataCacheCookie)
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
ProcessCookieAsync(CancellationToken, DataCacheCookie)
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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).
|
SelectData(DataCacheCookie, SelectStatement[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
SelectData(SelectStatement[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
SelectDataAsync(CancellationToken, DataCacheCookie, SelectStatement[])
|
|
SelectDataAsync(CancellationToken, SelectStatement[])
|
|
ToString()
|
Returns a string that represents the current object.
|
UpdateSchema(DataCacheCookie, DBTable[], Boolean)
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
UpdateSchema(Boolean, DBTable[])
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
UpdateSchemaAsync(CancellationToken, DataCacheCookie, DBTable[], Boolean)
|
|
UpdateSchemaAsync(CancellationToken, Boolean, DBTable[])
|
|