toggle menu
utils
241.99999-SNAPSHOT
jvm
switch theme
search in API
utils
/
com.jetbrains.packagesearch.plugin.utils
/
ApiRepositoryCacheEntry
Api
Repository
Cache
Entry
@
Serializable
data
class
ApiRepositoryCacheEntry
(
val
data
:
List
<
ApiRepository
>
,
val
id
:
String
?
=
null
,
val
lastUpdate
:
Instant
=
Clock.System.now()
)
Members
Constructors
Api
Repository
Cache
Entry
Link copied to clipboard
constructor
(
data
:
List
<
ApiRepository
>
,
id
:
String
?
=
null
,
lastUpdate
:
Instant
=
Clock.System.now()
)
Properties
data
Link copied to clipboard
val
data
:
List
<
ApiRepository
>
id
Link copied to clipboard
@
SerialName
(
value
=
"_id"
)
val
id
:
String
?
=
null
last
Update
Link copied to clipboard
val
lastUpdate
:
Instant
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String