Uses of Class
org.openqa.selenium.devtools.cachestorage.model.CacheId
-
Packages that use CacheId Package Description org.openqa.selenium.devtools.cachestorage org.openqa.selenium.devtools.cachestorage.model -
-
Uses of CacheId in org.openqa.selenium.devtools.cachestorage
Methods in org.openqa.selenium.devtools.cachestorage with parameters of type CacheId Modifier and Type Method Description static Command<java.lang.Void>CacheStorage. deleteCache(CacheId cacheId)Deletes a cache.static Command<java.lang.Void>CacheStorage. deleteEntry(CacheId cacheId, java.lang.String request)Deletes a cache entry.static Command<CachedResponse>CacheStorage. requestCachedResponse(CacheId cacheId, java.lang.String requestURL, java.util.List<Header> requestHeaders)Fetches cache entry.static Command<CacheStorage.RequestEntriesResponse>CacheStorage. requestEntries(CacheId cacheId, java.util.Optional<java.lang.Integer> skipCount, java.util.Optional<java.lang.Integer> pageSize, java.util.Optional<java.lang.String> pathFilter)Requests data from cache. -
Uses of CacheId in org.openqa.selenium.devtools.cachestorage.model
Methods in org.openqa.selenium.devtools.cachestorage.model that return CacheId Modifier and Type Method Description CacheIdCache. getCacheId()An opaque unique id of the cache.Constructors in org.openqa.selenium.devtools.cachestorage.model with parameters of type CacheId Constructor Description Cache(CacheId cacheId, java.lang.String securityOrigin, java.lang.String cacheName)
-