Caching is a common operation when developing appllications. Spring provides an abstraction on top of all different caching libraries to make this even easier.
What happens when something fails in an application and it keeps failing? In this article I'll show you how you can have more control using Hystrix.