Class ApplicationCacheResource


  • public class ApplicationCacheResource
    extends java.lang.Object
    Detailed application cache resource information.
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationCacheResource​(java.lang.String url, java.lang.Integer size, java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getSize()
      Resource size.
      java.lang.String getType()
      Resource type.
      java.lang.String getUrl()
      Resource url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationCacheResource

        public ApplicationCacheResource​(java.lang.String url,
                                        java.lang.Integer size,
                                        java.lang.String type)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Resource url.
      • getSize

        public java.lang.Integer getSize()
        Resource size.
      • getType

        public java.lang.String getType()
        Resource type.