fix: Address Quarkus native compile breaking from missing cache classes
- fix: Address Quarkus native compile breaking from missing cache classes
Related to https://github.com/quarkusio/quarkus/issues/30744, cache class reflection was changed in 3.16. These changes removed a bunch of generated cache class wrappers, including the caches we reference for our loading cache wrappers. The caches referenced are the 2 caches that can be created through the lodaing cache service.