davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 107 forks source link

Add caching service to quotes service #24

Open davpin opened 8 years ago

davpin commented 8 years ago

Add a caching service to the quotes service so that we don't have to go to the external service every time. Use expiry to remove stale data from the cache.

arapaka commented 6 years ago

@dpinto-pivotal Is this still a priority ? I can pick it up and work on it