internal EnyimProjectionIndexCreator(EnyimTableCache parent, string indexKey, string indexKeyInCache, SearchConditions searchConditions)
 {
     this._parent = parent;
     this._index = new TableProjectionIndex(searchConditions);
     this._indexKey = indexKey;
     this._indexKeyInCache = indexKeyInCache;
 }
Exemple #2
0
 internal EnyimProjectionIndexCreator(EnyimTableCache parent, string indexKey, string indexKeyInCache, SearchConditions searchConditions)
 {
     this._parent          = parent;
     this._index           = new TableProjectionIndex(searchConditions);
     this._indexKey        = indexKey;
     this._indexKeyInCache = indexKeyInCache;
 }