Uses of Class
org.openqa.selenium.devtools.v114.cachestorage.model.Cache
-
Packages that use Cache Package Description org.openqa.selenium.devtools.v114.cachestorage -
-
Uses of Cache in org.openqa.selenium.devtools.v114.cachestorage
Methods in org.openqa.selenium.devtools.v114.cachestorage that return types with arguments of type Cache Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<Cache>>CacheStorage. requestCacheNames(java.util.Optional<java.lang.String> securityOrigin, java.util.Optional<java.lang.String> storageKey)Requests cache names.
-