The Service COLD cache is an HTTP proxy that is designed to run on a developer workstation to speed up application startup time on that workstation. One of the key reasons for slow application startup is service call latency. Applications invoke several remote service calls during intialization, which becomes slower the further you are from your company's data centers. For example, a typical service call is 4-5 slower in Shanghai/Bangalore than from San Jose assuming that the datacenter that hosts the service is located in the US. Service COLD cache acts can cache responses from service invocations to local storage. Subsequent repeat service requests are served from the local cache instead of making an invocation to the data center.
##Main features:
- Cache for http/https request
- Disable/Enable cache at runtime
- Configurable (e.g.customize exclude rules for services don't use cache)
##Downloads
- Download Here
##Documentation
##Release Notes
- See ReleaseNote.md for details
##Contributing
- See CONTRIBUTING.md for details on how to contribute code.
##Maintainers
##Contact Us
Email: [email protected]
##License