DeleteEntryParameter

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

Constructors

Link copied to clipboard
constructor(cacheId: String, 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.