Builder

class Builder(val cacheId: CacheId)

A builder for RequestEntriesRequest, which allows setting the optional parameters of the CacheStorageDomain.requestEntries command via a lambda.

Constructors

Link copied to clipboard
constructor(cacheId: CacheId)

Properties

Link copied to clipboard

ID of cache to get entries from.

Link copied to clipboard

Number of records to fetch.

Link copied to clipboard

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

Link copied to clipboard

Number of records to skip.

Functions

Link copied to clipboard