pl.wendigo.chrome.domain.cachestorage / RequestEntriesRequest

RequestEntriesRequest

data class RequestEntriesRequest (source)

Represents request frame that can be used with CacheStorage.requestEntries method call.

Requests data from cache.

Constructors

<init>

RequestEntriesRequest(cacheId: CacheId, skipCount: Int, pageSize: Int, pathFilter: String? = null)

Represents request frame that can be used with CacheStorage.requestEntries method call.

Properties

cacheId

val cacheId: CacheId

ID of cache to get entries from.

pageSize

val pageSize: Int

Number of records to fetch.

pathFilter

val pathFilter: String?

If present, only return the entries containing this substring in the path

skipCount

val skipCount: Int

Number of records to skip.