3

Is there a sample application that is developed by using guava cache application and maven. I need to have an explanation to the code.

2 Answers 2

3

There is a related post in http://www.yusufaytas.com/caching-guava/. It tells the basic features about guava caching. At the end of the post, it also gives the source code.

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you very much. What does callable classes do?
Callable classes are interfaces that provides substitution mechanism for standard load operation.
1

Here is another example http://syntx.co/languages-frameworks/java/implementing-google-guava-cache-using-proxy-pattern/ which shows how to use google guava cache while implementing a proxy design pattern. The post also lists maven dependencies for guava cache.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.