Skip to content

eBay/ServiceCOLDCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Service COLD cache

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

##Documentation

##Release Notes

##Contributing

##Maintainers

##Contact Us

Email: [email protected]

##License

LICENSE

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •