简体   繁体   English

一个带maven的番石榴缓存应用程序示例

[英]A sample guava cache application with maven

Is there a sample application that is developed by using guava cache application and maven. 是否有使用番石榴缓存应用程序和maven开发的示例应用程序。 I need to have an explanation to the code. 我需要对代码进行解释。

There is a related post in http://www.yusufaytas.com/caching-guava/ . 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. 在帖子的最后,它还提供了源代码。

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. 这是另一个例子http://syntx.co/languages-frameworks/java/implementing-google-guava-cache-using-proxy-pattern/ ,它展示了如何在实现代理设计模式时使用google guava缓存。 The post also lists maven dependencies for guava cache. 该帖子还列出了番石榴缓存的maven依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM