@Override
 public boolean getRegionCachePrefetch(byte[] tableName) {
   return wrappedConnection.getRegionCachePrefetch(tableName);
 }