does a corda node support caching using corda engine? To cache data from a responder flow.
the use case is to cache a (known) respond from a respective party for example Oracle node so that the node would not always contact Oracle to get a fix properties via a network call.
eg. if the Oracle have set the FX rate today to 1.41, can the node query once and subsequent calls for the day it uses the cache mechanism to avoid subsequent multiple queries to obtain the same result. because the Oracle will be swamped with the same query ( from different nodes ) which would lead to extremely high traffic to the oracle node which is only providing a static information.