This example application demonstrates how to use JCache and is adapted from the Baeldung JCache article. The application uses a JSON parser to read and parse the data in publications.json.
The application can be built and run with Maven or Gradle by executing the commands:
mvn clean compile exec:java -Dexec.mainClass="org.redlich.jcache.Application"
gradle clean build run
Please don't hesitate to contact me at mike@redlich.net for any questions.