@Override
 public void setRegionCachePrefetch(byte[] tableName, boolean enable) {
   wrappedConnection.setRegionCachePrefetch(tableName, enable);
 }