Request Entries Request
data class RequestEntriesRequest(cacheId: CacheId, skipCount: Int?, pageSize: Int?, pathFilter: String?)
Content copied to clipboard
Represents request frame that can be used with CacheStorage#requestEntries operation call.
Requests data from cache.
See also
Constructors
RequestEntriesRequest
Link copied to clipboard
fun RequestEntriesRequest(cacheId: CacheId, skipCount: Int? = null, pageSize: Int? = null, pathFilter: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard