Request Entries Response
data class RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)
Content copied to clipboard
Represents response frame that is returned from CacheStorage#requestEntries operation call. Requests data from cache.
See also
Constructors
RequestEntriesResponse
Link copied to clipboard
fun RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard