Was going through the cache mediator in ESB and planning to use it. As I understood,cache mediator calls the end point if the request is not cached and returns the same response for subsequent requests. In my case if the end point service is updated to return different out put then how does ESB knows that the end point result is updated and need to refresh the cache in ESB. In nutshell I would like to know is there any way to invalidate cache in WSO2 ESB. Not seeing anything so far.