toggle menu
fc-plugin-codbi
JVM
switch theme
search in API
fc-plugin-codbi
/
com.github.xima_formcycle_entwicklerkreis.fc.plugin.codbi.logic.cb
/
AI
/
CachedImage
Cached
Image
data
class
CachedImage
(
val
file
:
File
,
val
timestamp
:
Long
=
System.currentTimeMillis()
)
Stores
File
and timestamp so we can clean up old ones that passed the
msExpirationIDedImages
.
Members
Constructors
Cached
Image
Link copied to clipboard
constructor
(
file
:
File
,
timestamp
:
Long
=
System.currentTimeMillis()
)
Properties
file
Link copied to clipboard
val
file
:
File
timestamp
Link copied to clipboard
val
timestamp
:
Long