-
public final class GetApplicationCacheForFrameResponseResponse type for the ApplicationCacheDomain.getApplicationCacheForFrame command.
-
-
Field Summary
Fields Modifier and Type Field Description private final ApplicationCacheapplicationCache
-
Constructor Summary
Constructors Constructor Description GetApplicationCacheForFrameResponse(ApplicationCache applicationCache)
-
Method Summary
Modifier and Type Method Description final ApplicationCachecomponent1()final GetApplicationCacheForFrameResponsecopy(ApplicationCache applicationCache)final ApplicationCachegetApplicationCache()Relevant application cache data for the document in given frame. -
-
Constructor Detail
-
GetApplicationCacheForFrameResponse
GetApplicationCacheForFrameResponse(ApplicationCache applicationCache)
-
-
Method Detail
-
component1
final ApplicationCache component1()
-
copy
final GetApplicationCacheForFrameResponse copy(ApplicationCache applicationCache)
-
getApplicationCache
final ApplicationCache getApplicationCache()
Relevant application cache data for the document in given frame.
-
-
-
-