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