kenwork
Toggle table of contents
0.5.1
release
Target filter
release
Switch theme
Search in API
Skip to content
kenwork
cache
/
io.github.maniramezan.kenwork.cache
/
CacheEntry
Cache
Entry
data
class
CacheEntry
<
V
:
Any
>
(
val
value
:
V
,
val
timestamp
:
Long
)
A cached
value
together with the epoch-millisecond
timestamp
it was stored at.
Members
Constructors
Cache
Entry
Link copied to clipboard
constructor
(
value
:
V
,
timestamp
:
Long
)
Properties
timestamp
Link copied to clipboard
val
timestamp
:
Long
value
Link copied to clipboard
val
value
:
V