public Records(Rows rows) {
   this.rows = rows;
   this.cache = new Record[rows.size()];
 }