Uses of Class
org.openqa.selenium.devtools.v141.cachestorage.model.CacheId
Packages that use CacheId
Package
Description
-
Uses of CacheId in org.openqa.selenium.devtools.v141.cachestorage
Methods in org.openqa.selenium.devtools.v141.cachestorage with parameters of type CacheIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> CacheStorage.deleteCache(CacheId cacheId) Deletes a cache.static org.openqa.selenium.devtools.Command<Void> CacheStorage.deleteEntry(CacheId cacheId, String request) Deletes a cache entry.static org.openqa.selenium.devtools.Command<CachedResponse> CacheStorage.requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders) Fetches cache entry.static org.openqa.selenium.devtools.Command<CacheStorage.RequestEntriesResponse> CacheStorage.requestEntries(CacheId cacheId, Optional<Integer> skipCount, Optional<Integer> pageSize, Optional<String> pathFilter) Requests data from cache. -
Uses of CacheId in org.openqa.selenium.devtools.v141.cachestorage.model
Methods in org.openqa.selenium.devtools.v141.cachestorage.model that return CacheIdConstructors in org.openqa.selenium.devtools.v141.cachestorage.model with parameters of type CacheId