requestEntries
suspend fun requestEntries(args: CacheStorage.RequestEntriesParameter, mode: CommandMode = CommandMode.DEFAULT): CacheStorage.RequestEntriesReturn
Requests data from cache.
suspend fun requestEntries(cacheId: String, skipCount: Int? = null, pageSize: Int? = null, pathFilter: String? = null): CacheStorage.RequestEntriesReturn
Requests data from cache.
Parameters
cacheId
ID of cache to get entries from.
skipCount
Number of records to skip.
pageSize
Number of records to fetch.
pathFilter
If present, only return the entries containing this substring in the path