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