CacheBodyOperationProcessState.PLAYBACK_AND_SUPPRESS;
final SystemClock clock =
SystemClock.getDefaultInstance();
final Time currentTime = clock.getCurrentTime();
final PipelineCacheState pcs =
new PipelineCacheState(currentTime.addPeriod(
dependency.getTimeToLive()));
dependencyContext.addDependency(dependency);
// update the cache with the old value so other
// threads don't need to wait the timeout period