示例#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);