Interface ExecutionGraphCache

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultExecutionGraphCache

public interface ExecutionGraphCache extends Closeable
Cache for ExecutionGraphInfo which are obtained from the Flink cluster. Every cache entry has an associated time to live after which a new request will trigger the reloading of the ExecutionGraphInfo from the cluster.