The CacheLoader and AsyncCacheLoader fail on Java 8 projects. I see in the fork network, someone else ran into the same issue and this is the commit they added: BinaryMan32@badd0c3
However, I also see on Caffeine's releases page, that the new version 3 does not support Java 8 and to rather use version 2 for Java 8 support https://github.com/ben-manes/caffeine/releases/tag/v3.0.0
So potentially we need a version of Scaffeine that runs on the latest V3 and another version that runs on the latest V2 for Java 8.
The CacheLoader and AsyncCacheLoader fail on Java 8 projects. I see in the fork network, someone else ran into the same issue and this is the commit they added: BinaryMan32@badd0c3
However, I also see on Caffeine's releases page, that the new version 3 does not support Java 8 and to rather use version 2 for Java 8 support https://github.com/ben-manes/caffeine/releases/tag/v3.0.0
So potentially we need a version of Scaffeine that runs on the latest V3 and another version that runs on the latest V2 for Java 8.