How to set up method level caching with annotations using javax.cache / JCache / JSR-107 & Guice
I’ve just spent a day looking at Java caching standards and utilising them in front of a data repository. It turns out that information, and by this I mean practical information that helps with implementation, is a little thin on the ground. If you’re not using Spring, you’re stuffed. Hence this post. JSR-107 is the original … [Read more…]