}
// no cached value (not even an invalid one) was present -> execute the pipeline
this.invokeStarter();
// cache the result
CompleteCacheValue cacheValue = new CompleteCacheValue(this.cachingOutputStream.getContent(), this.cacheKey);
this.setCachedValue(this.cacheKey, cacheValue);
}