Is there an example application that is being developed using the guava and maven caching application. I need a code explanation.
There is a related post at http://www.yusufaytas.com/caching-guava/ . It describes the basic guava caching features. At the end of the message, it also gives the source code.
Here is another example http://syntx.co/languages-frameworks/java/implementing-google-guava-cache-using-proxy-pattern/ , which shows how to use the google guava cache when implementing the proxy template. The post also lists maven dependencies for the guava cache.