Class Cache

java.lang.Object
io.webfolder.cdp.type.cachestorage.Cache

public class Cache extends Object
Cache identifier.
  • Constructor Details

    • Cache

      public Cache()
  • Method Details

    • getCacheId

      public String getCacheId()
      An opaque unique id of the cache.
    • setCacheId

      public void setCacheId(String cacheId)
      An opaque unique id of the cache.
    • getSecurityOrigin

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

      public void setSecurityOrigin(String securityOrigin)
      Security origin of the cache.
    • getCacheName

      public String getCacheName()
      The name of the cache.
    • setCacheName

      public void setCacheName(String cacheName)
      The name of the cache.
    • toString

      public String toString()
      Overrides:
      toString in class Object