corda/tools
Christian Sailer bc330bd989
ENT-2414 Named caches (#3848)
* Add named caches and apply to NonInvalidingUnboundCache and all usages.

* Add named caches and apply to NonInvalidingCache and all usages.

* Add named caches and apply to NonInvalidingWeightBasedCache and all usages.

* Move NamedCache to core/internal

* Remove type `NamedCache` and `NamedLoadingCache`

* Suppressed 'name not used' warning, added comment, and fixed generic parameters on the buildNamed functions.

* Use `buildNamed` in all caffeine instances in production code. Not using it for caches that are created in test code.

* Add checks for the cache name

* Formatting

* Minor code review revisions
2018-08-24 17:17:22 +01:00
..
blobinspector ENT-2439 Fix compression in serialization (#3825) 2018-08-22 10:37:18 +01:00
bootstrapper CORDA-1833: Create a picocli base class (#3826) 2018-08-22 21:51:25 +01:00
cliutils CORDA-1833: Create a picocli base class (#3826) 2018-08-22 21:51:25 +01:00
demobench CORDA-1924: Remove references to Cordform definition and cordform-common (#3842) 2018-08-24 16:29:14 +01:00
explorer ENT-2414 Named caches (#3848) 2018-08-24 17:17:22 +01:00
graphs [CORDA-682]: Claim Jigsaw module names (#1824) 2017-10-06 15:37:33 +01:00
loadtest [CORDA-1472]: Crackdown on warnings. (#3136) 2018-05-14 21:15:52 +07:00
network-bootstrapper [CORDA-1482] Make boolean config variables case insensitive (#3622) 2018-07-21 11:54:02 +01:00
scripts Improve the upgrade-test-packages.sh script to work on macOS. Fixes an issue found by tom on pubslack. (#2894) 2018-03-29 10:47:48 +02:00
shell CORDA-1907: Allow Corda's shell to deserialise using generic type information. (#3810) 2018-08-20 13:22:07 +01:00
shell-cli ENT-1741 Build standalone shell JAR distribution - subsequent fix (#3476) 2018-06-29 12:03:18 +01:00