java.lang.Object
org.openqa.selenium.devtools.v85.applicationcache.model.ApplicationCache

public class ApplicationCache extends Object
Detailed application cache information.
  • Constructor Details

  • Method Details

    • getManifestURL

      public String getManifestURL()
      Manifest URL.
    • getSize

      public Number getSize()
      Application cache size.
    • getCreationTime

      public Number getCreationTime()
      Application cache creation time.
    • getUpdateTime

      public Number getUpdateTime()
      Application cache update time.
    • getResources

      public List<ApplicationCacheResource> getResources()
      Application cache resources.