DeleteCacheRequest

@Serializable
data class DeleteCacheRequest(val cacheId: CacheId)

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

Constructors

Link copied to clipboard
constructor(cacheId: CacheId)

Properties

Link copied to clipboard

Id of cache for deletion.