Retrostash
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Retrostash
retrostash-ktor
/
dev.logickoder.retrostash.ktor
/
RetrostashKtorMetadata
/
RetrostashKtorMetadata
Retrostash
Ktor
Metadata
constructor
(
scopeName
:
String
,
queryTemplate
:
String
?
=
null
,
maxAgeMs
:
Long
=
0
,
bindings
:
Map
<
String
,
String
>
=
emptyMap()
,
bodyBytes
:
ByteArray
?
=
null
,
invalidateTemplates
:
List
<
String
>
=
emptyList()
,
tagTemplates
:
List
<
String
>
=
emptyList()
,
invalidateTagTemplates
:
List
<
String
>
=
emptyList()
)