korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.async
/
AsyncInmemoryEntry
Async
Inmemory
Entry
class
AsyncInmemoryEntry
<
T
:
Any
>
(
val
clazz
:
KClass
<
T
>
,
val
cache
:
AsyncInmemoryCache
,
val
key
:
String
,
val
ttl
:
Duration
)
Members
Constructors
Async
Inmemory
Entry
Link copied to clipboard
constructor
(
clazz
:
KClass
<
T
>
,
cache
:
AsyncInmemoryCache
,
key
:
String
,
ttl
:
Duration
)
Properties
cache
Link copied to clipboard
val
cache
:
AsyncInmemoryCache
clazz
Link copied to clipboard
val
clazz
:
KClass
<
T
>
key
Link copied to clipboard
val
key
:
String
ttl
Link copied to clipboard
val
ttl
:
Duration
Functions
get
Link copied to clipboard
suspend
fun
get
(
routine
:
suspend
(
)
->
T
)
:
T