CacheApi

interface CacheApi

Functions

Link copied to clipboard
abstract suspend fun retrieveAll4(): List<GetCachesResponse>

Retrieve Cache Types Returns the list of caches. Example Requests: caches Responses:

Link copied to clipboard
abstract suspend fun switchCache(putCachesRequest: PutCachesRequest): PutCachesResponse

Switch Cache Switches the cache to chosen one. Responses: