Doug Whitfield

Doug Whitfield at

It was possible to have separate user cache in #JDK 8 per the deployment config: https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/properties.html

This is removed in JDK 11.There is discussion of moving to jlink in https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/ and https://www.oracle.com/docs/tech/java/javaclientroadmapupdate2018mar.pdf .

However, I do not see anything about caching in #jlink. Does anyone know if this is possible?