Hubro Connect
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Hubro Connect
hubro-connect
/
no.hubroplatform.hubroconnect
/
InMemoryCache
In
Memory
Cache
class
InMemoryCache
Members
Constructors
In
Memory
Cache
Link copied to clipboard
constructor
(
)
Functions
add
Record
To
Sensor
Data
Cache
Link copied to clipboard
fun
addRecordToSensorDataCache
(
measurement
:
SensorMeasurement
)
add
Record
To
Usage
Data
Cache
Link copied to clipboard
fun
addRecordToUsageDataCache
(
event
:
String
)
get
Last
Sensor
Measurement
Link copied to clipboard
fun
getLastSensorMeasurement
(
type
:
SensorDataType
)
:
SensorMeasurement
?
get
Usage
Data
Cache
Link copied to clipboard
fun
getUsageDataCache
(
)
:
Map
<
in
Long
,
String
>
invalidate
Usage
Data
Cache
Link copied to clipboard
fun
invalidateUsageDataCache
(
)