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
/
AsyncInmemoryCache
/
Entry
Entry
data
class
Entry
(
val
timestamp
:
DateTime
,
val
data
:
Deferred
<
Any
?
>
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
timestamp
:
DateTime
,
data
:
Deferred
<
Any
?
>
)
Properties
data
Link copied to clipboard
val
data
:
Deferred
<
Any
?
>
timestamp
Link copied to clipboard
val
timestamp
:
DateTime