corda/.idea
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
..
runConfigurations [CORDA:936]: Enable RPC layer to work with SSL 2018-01-23 16:23:37 +00:00
scopes Add an IntelliJ scope that covers the currently supported Corda API. 2017-09-27 11:47:34 +02:00
codeStyleSettings.xml Initial stub for IntelliJ Code Style settings (#1832) 2017-10-09 13:24:17 +01:00
compiler.xml ENT-2414 Named caches (#3848) 2018-08-24 17:17:22 +01:00