java.lang.Object
org.openqa.selenium.devtools.v85.cachestorage.model.Cache

public class Cache extends Object
Cache identifier.
  • Constructor Details

  • Method Details

    • getCacheId

      public CacheId getCacheId()
      An opaque unique id of the cache.
    • getSecurityOrigin

      public String getSecurityOrigin()
      Security origin of the cache.
    • getCacheName

      public String getCacheName()
      The name of the cache.