Class BlockResolutionCache

java.lang.Object
io.jenkins.plugins.pipelinegraphview.livestate.BlockResolutionCache

public final class BlockResolutionCache extends Object
Per-run cache of computed TimingInfo and NodeRunStatus for closed block relationships, keyed by (startId, endId). Entries are stable once the block has ended, so the cache never needs to invalidate.