main
1.2.0
main
/
io.github.liplum.mindustry
/
LatestCache
Latest
Cache
public
final
class
LatestCache
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Latest
Cache
Link copied to clipboard
public
LatestCache
LatestCache
(
String
name
,
String
lastValue
,
Long
lastUpdatedTimeStamp
)
Content copied to clipboard
Functions
get
Last
Updated
Time
Stamp
Link copied to clipboard
public
final
Long
getLastUpdatedTimeStamp
(
)
Content copied to clipboard
get
Last
Value
Link copied to clipboard
public
final
String
getLastValue
(
)
Content copied to clipboard
get
Name
Link copied to clipboard
public
final
String
getName
(
)
Content copied to clipboard
set
Last
Updated
Time
Stamp
Link copied to clipboard
public
final
Unit
setLastUpdatedTimeStamp
(
Long
lastUpdatedTimeStamp
)
Content copied to clipboard
set
Last
Value
Link copied to clipboard
public
final
Unit
setLastValue
(
String
lastValue
)
Content copied to clipboard
set
Name
Link copied to clipboard
public
final
Unit
setName
(
String
name
)
Content copied to clipboard
Properties
last
Updated
Time
Stamp
Link copied to clipboard
private
Long
lastUpdatedTimeStamp
Content copied to clipboard
last
Value
Link copied to clipboard
private
String
lastValue
Content copied to clipboard
name
Link copied to clipboard
private
String
name
Content copied to clipboard