mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
* CORDA-928 cache query results via `getPeerByLegalName` and `getNodesByIndentityKey` to avoid hitting the DB hard in RPC handling. * Skip cache invalidation during init() - caches are still null. * Remove registeredNodes/partyNodes caching of data feed. Rewrite data feed to be initialised off the DB. Add start method to trigger readyness/artemis listeners if there are nodes in the DB. * Invalidate cache last rather than first when updating