Monday, January 19, 2015

Using Google Guava Cache for local caching

Lot of times we would have to fetch the data from a database or another webservice or load it from file system. In cases where it involves a network call there would be inherent network latencies, network bandwidth limitations. One of the approaches to overcome this is to have a cache local to the application. […]






from Java Code Geeks http://www.javacodegeeks.com/2015/01/using-google-guava-cache-for-local-caching.html

No comments:

Post a Comment