data class DeleteEntryRequest
Request object containing input parameters for the CacheStorageDomain.deleteEntry command.
<init> |
Request object containing input parameters for the CacheStorageDomain.deleteEntry command. DeleteEntryRequest(cacheId: CacheId, request: String) |
cacheId |
Id of cache where the entry will be deleted. val cacheId: CacheId |
request |
URL spec of the request. val request: String |