/GuiceCacheExample

Sample project on how to use JSR 107 cache annotations with Guice

Primary LanguageJava

GuiceCacheExample

This is a sample project to demonstrate how to use together:

  • Guice
  • JSR 107 Annotations
  • ehCache as cache provider

Download and start the application

git clone https://github.com/Alfredux79/GuiceCacheExample.git
cd GuiceCacheExample
mvn test

enjoy!