Class CacheStorage

java.lang.Object
org.openqa.selenium.devtools.v85.cachestorage.CacheStorage

@Beta public class CacheStorage extends Object
  • Constructor Details

    • CacheStorage

      public CacheStorage()
  • Method Details

    • deleteCache

      public static org.openqa.selenium.devtools.Command<Void> deleteCache(CacheId cacheId)
      Deletes a cache.
    • deleteEntry

      public static org.openqa.selenium.devtools.Command<Void> deleteEntry(CacheId cacheId, String request)
      Deletes a cache entry.
    • requestCacheNames

      public static org.openqa.selenium.devtools.Command<List<Cache>> requestCacheNames(String securityOrigin)
      Requests cache names.
    • requestCachedResponse

      public static org.openqa.selenium.devtools.Command<CachedResponse> requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders)
      Fetches cache entry.
    • requestEntries

      public static org.openqa.selenium.devtools.Command<CacheStorage.RequestEntriesResponse> requestEntries(CacheId cacheId, Optional<Integer> skipCount, Optional<Integer> pageSize, Optional<String> pathFilter)
      Requests data from cache.