DeleteEntryRequest

@Serializable
data class DeleteEntryRequest(val cacheId: CacheId, val request: String)

Request object containing input parameters for the CacheStorageDomain.deleteEntry command.

Constructors

Link copied to clipboard
constructor(cacheId: CacheId, request: String)

Properties

Link copied to clipboard

Id of cache where the entry will be deleted.

Link copied to clipboard

URL spec of the request.