Files
Axel Uhl 6e79fc9e40 bug6245: creating consistency for SmartFutureCache exception handling;
the get(key, waitForLatest) method now consistently throws a
RuntimeException, regardless of whether it originated from calling get()
on the FutureTask executing an ongoing re-calculation, or reading from
the cache instead of an ongoing re-calculation's FutureTask.
2026-05-06 15:13:19 +02:00
..