AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
MessageCreateParams
/
SystemPrompt
/
CacheControl
Cache
Control
@
Serializable
data
class
CacheControl
(
val
type
:
String
=
"ephemeral"
)
(
source
)
Cache control configuration.
Members
Constructors
Cache
Control
Link copied to clipboard
constructor
(
type
:
String
=
"ephemeral"
)
Properties
type
Link copied to clipboard
@
EncodeDefault
val
type
:
String
The type of cache control. Always "ephemeral".