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