KumuluzEE JCache 1.0.0 released
We are releasing the first version of KumuluzEE JCache. It allows usage of JCache annotations and JCache programmatic API in your KumuluzEE applications. Currently used JCache implementation is Caffeine.
To start using the extension, simply add the following dependency to your application:
<dependency>
<groupId>com.kumuluz.ee.jcache</groupId>
<artifactId>kumuluzee-jcache-caffeine</artifactId>
<version>1.0.0</version>
</dependency>
A sample showcasing the provided features is available on GitHub.
We are excited to bring this extension into your hands!