kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
CacheStorage
/
DeleteEntryParameter
Delete
Entry
Parameter
@
Serializable
data
class
DeleteEntryParameter
(
val
cacheId
:
String
,
val
request
:
String
)
Members
Constructors
Delete
Entry
Parameter
Link copied to clipboard
constructor
(
cacheId
:
String
,
request
:
String
)
Properties
cache
Id
Link copied to clipboard
val
cacheId
:
String
Id of cache where the entry will be deleted.
request
Link copied to clipboard
val
request
:
String
URL spec of the request.