String c_data = null, c_new_data, h_data;
Warehouse w = new Warehouse();
w.setW_id(w_id);
boolean found = w.load(basicCache);
if (!found) throw new ElementNotFoundException("W_ID=" + w_id + " not found!");
w.setW_ytd(h_amount);
w.store(basicCache);
District d = new District();