Class EdgeCache
java.lang.Object
io.openems.backend.common.edgewebsocket.EdgeCache
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EdgeCache
public EdgeCache()
-
-
Method Details
-
getChannelValue
Gets the channel value from cache.- Parameters:
address
- the Channel-Address of the channel- Returns:
- the value;
JsonNull
if it is not in cache
-
update
Updates the Cache.- Parameters:
incomingDatas
- the incoming data
-