예제 #1
0
 public void put(long tableId, long offset, TupleBlock tupleBlock) {
   cache.put(tableId, offset, tupleBlock);
 }