To Cache or Not to Cache?

For high-workload applications, it is important to manage resources efficiently. One of the tricks that can save resource usage is caching. In RESTful services, this technique is used in GET methods. However, it may be used in other cases when the operation for getting particular resources can be reused. In this blog post, I will extend our previously designed REST service by adding caching to two operations. Mule uses a Cache Scope component. Apart from describing it, I will show you possible obstacles and how to handle them.

Tools

I am going to use the following tools: https://goo.gl/gh4NVp #DataIntegration #ML