Fault tolerance refers to a system's capability to isolate, compensate for and recover from failure with minimal impact to the end user.
I am trying to figure out how Hystrix request caching works but am not following the wiki or end-to-end examples …
java caching fault-tolerance hystrix