mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
* Refactor cache tracing so it is available in core (without pulling in any extra dependencies * Wrap all named caches in trace wrapper (if configured to create traces) * Remove special case for NodeVaultService and initialise CacheTracing config as soon as possible. * Keep checkCacheName internal * Revert back to use Google Longs class rather than hand-rolled code. * Add comment explaining unusual location of initialisation code. * Code review rework