GWCTask truncateTask = createTruncateTaskForPage(layerName, gridSetId, zoomLevel,
pageGridCoverage, mimeType, parametersId);
// truncate synchronously. We're already inside the interested thread
try {
truncateTask.doAction();
pageStore.setTruncated(tilePage);
} catch (InterruptedException e) {
log.debug("Truncate task interrupted");
return;
} catch (GeoWebCacheException e) {