Class Cache.Pair<RequestT,ResponseT>

java.lang.Object
org.apache.beam.io.requestresponse.Cache.Pair<RequestT,ResponseT>
Enclosing class:
Cache

public static class Cache.Pair<RequestT,ResponseT> extends Object
A simple POJO that holds both cache read and write PTransforms. Functionally, these go together and must at times be instantiated using the same inputs.