-
public final class RequestCachedResponseResponseResponse type for the CacheStorageDomain.requestCachedResponse command.
-
-
Field Summary
Fields Modifier and Type Field Description private final CachedResponseresponse
-
Constructor Summary
Constructors Constructor Description RequestCachedResponseResponse(CachedResponse response)
-
Method Summary
Modifier and Type Method Description final CachedResponsecomponent1()final RequestCachedResponseResponsecopy(CachedResponse response)final CachedResponsegetResponse()Response read from the cache. -
-
Constructor Detail
-
RequestCachedResponseResponse
RequestCachedResponseResponse(CachedResponse response)
-
-
Method Detail
-
component1
final CachedResponse component1()
-
copy
final RequestCachedResponseResponse copy(CachedResponse response)
-
getResponse
final CachedResponse getResponse()
Response read from the cache.
-
-
-
-