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
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)