Class CacheStorage.RequestEntriesResponse

java.lang.Object
org.openqa.selenium.devtools.v85.cachestorage.CacheStorage.RequestEntriesResponse
Enclosing class:
CacheStorage

public static class CacheStorage.RequestEntriesResponse extends Object
  • Constructor Details

    • RequestEntriesResponse

      public RequestEntriesResponse(List<DataEntry> cacheDataEntries, Number returnCount)
  • Method Details

    • getCacheDataEntries

      public List<DataEntry> getCacheDataEntries()
      Array of object store data entries.
    • getReturnCount

      public Number getReturnCount()
      Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.