nsCDEngine.Engines.StorageService Namespace
Classes
Class | Description | |
---|---|---|
eStoreEvents |
Event Names of Events fired by TheStorageService
|
|
StoreEventArgs | ||
TheMirrorCache<(Of <(<'T>)>)> |
Class TheMirrorCache.
|
|
TheStorageMirror<(Of <(<'T>)>)> |
TheStorageMirror is a class representing data storage of the C-DEngine. It abstracts the underlying data Store from the use in The C-DEngine
|
|
TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse |
Identifies a response from a store after a query or other operation (read, write, update, delete, etc.) has been executed.
|
|
TheStorageMirrorParameters |
Parameters passed to a StorageMirror upon creation to specify and enable certain behaviors.
|
|
TheStorageUtilities |
Commonly used utilities for Storage Related code
|
Interfaces
Interface | Description | |
---|---|---|
IReaderWriterLock | ||
IStorageService |
Main Interface for Storage Service
This allows interaction with the Storage Service directly without using the StorageMirror container using light-weight calls
|