toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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