*/
private ConveyorTile getNonMetatilingReponse(ConveyorTile tile, boolean tryCache)
throws GeoWebCacheException {
// String debugHeadersStr = null;
long[] gridLoc = tile.getTileIndex();
GridLocObj glo = new GridLocObj(gridLoc, this.gridLocConds.length);
/** ****************** Acquire lock ******************* */
waitForQueue(glo);
try {
/** ****************** Check cache again ************** */