Class Cache
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.cachestorage.model.Cache
-
public class Cache extends java.lang.ObjectCache identifier.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheIdgetCacheId()An opaque unique id of the cache.java.lang.StringgetCacheName()The name of the cache.java.lang.StringgetSecurityOrigin()Security origin of the cache.java.lang.StringgetStorageKey()Storage key of the cache.
-
-
-
Constructor Detail
-
Cache
public Cache(CacheId cacheId, java.lang.String securityOrigin, java.lang.String storageKey, 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.
-
getStorageKey
public java.lang.String getStorageKey()
Storage key of the cache.
-
getCacheName
public java.lang.String getCacheName()
The name of the cache.
-
-