cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
LookupCache
Lookup
Cache
@
Serializable
@
XmlSerialName
(
value
=
"LookupCache"
,
namespace
=
"http://www.sap.com/apimgmt"
)
data
class
LookupCache
(
val
async
:
Boolean
,
val
continueOnError
:
Boolean
,
val
enabled
:
Boolean
,
val
cacheKey
:
CacheKey
,
val
scope
:
CacheScope
,
val
assignTo
:
String
)
:
Policy
(
source
)
Members
Constructors
Lookup
Cache
Link copied to clipboard
constructor
(
async
:
Boolean
,
continueOnError
:
Boolean
,
enabled
:
Boolean
,
cacheKey
:
CacheKey
,
scope
:
CacheScope
,
assignTo
:
String
)
Properties
assign
To
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"AssignTo"
)
val
assignTo
:
String
async
Link copied to clipboard
open
override
val
async
:
Boolean
cache
Key
Link copied to clipboard
val
cacheKey
:
CacheKey
continue
On
Error
Link copied to clipboard
open
override
val
continueOnError
:
Boolean
enabled
Link copied to clipboard
open
override
val
enabled
:
Boolean
scope
Link copied to clipboard
@
XmlSerialName
(
value
=
"Scope"
)
val
scope
:
CacheScope