Class Cache
- java.lang.Object
-
- org.openqa.selenium.devtools.cachestorage.model.Cache
-
public class Cache extends java.lang.Object
Cache identifier.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheId
getCacheId()
An opaque unique id of the cache.java.lang.String
getCacheName()
The name of the cache.java.lang.String
getSecurityOrigin()
Security origin of the cache.
-
-
-
Constructor Detail
-
Cache
public Cache(CacheId cacheId, java.lang.String securityOrigin, java.lang.String cacheName)
-
-
Method Detail
-
getCacheId
public CacheId getCacheId()
An opaque unique id of the cache.
-
getSecurityOrigin
public java.lang.String getSecurityOrigin()
Security origin of the cache.
-
getCacheName
public java.lang.String getCacheName()
The name of the cache.
-
-