-
public final class ApplicationCacheResourceDetailed application cache resource information.
-
-
Constructor Summary
Constructors Constructor Description ApplicationCacheResource(String url, Integer size, String type)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Stringcomponent3()final ApplicationCacheResourcecopy(String url, Integer size, String type)final StringgetUrl()Resource url. final IntegergetSize()Resource size. final StringgetType()Resource type. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
copy
final ApplicationCacheResource copy(String url, Integer size, String type)
-
-
-
-