Beispiel #1
0
 internal abstract string ReadData(Cache.Collection collection, string objectId);
Beispiel #2
0
 internal abstract void DeleteData(Cache.Collection collection, List <Cache.DataObject> dataList);
Beispiel #3
0
 internal abstract void InsertData(Cache.Collection collection, List <Cache.DataObject> dataList);
Beispiel #4
0
 internal abstract void DeleteIndex(Cache.Collection collection, string indexName);
Beispiel #5
0
 internal abstract void DeleteCollection(Cache.Collection collection);
Beispiel #6
0
 internal abstract void CreateCollection(Cache.Collection collection);