I have a simple Spring application. I need to implement caching onto a few services that are expensive to call each time.
I have a configuration class like this: