英文: Comparator and unknow value with IncomparableValueException 问题 我使用这个自定义比较器 List<String> cu...
guava的LoadingCache.refresh – 如果我们可以使用Cache.invalidate,为什么需要它呢?
英文: guava LoadingCache.refresh - why do we need it if we can just Cache.invalidate? 问题 使用guava - 为什么...
Spring Boot – 使用动态TTL周期驱逐缓存
英文: Spring boot - Evicting Cache with dynamic TTL period 问题 从我的微服务(SERVICE-A),我向另一个微服务(SERVICE-B)发出R...
“addListener()”和”addCallback()”到ListenableFuture的区别。
英文: Difference between addListener() and addCallback() to ListenableFuture 问题 我是Java并发库的初学者,正在学习在我的代...
JAVA Guava缓存刷新现有元素
英文: JAVA Guava cache refresh existing elements 问题 我正在使用Guava来处理我的Web应用程序中的缓存;我希望能够每隔10分钟自动刷新缓存中的现有元素...
Spring WebFlux与内存缓存
英文: Spring WebFlux with in memory cache 问题 我正在使用 Spring WebFlux 和 Guava 缓存。在一些示例中,他们使用 CacheMono.loo...
嵌套期货是否是一种反模式?
英文: Is nesting of futures an anti pattern? 问题 我有一个正在创建的ListenableFuture,如下所示: ListenableFuture<X&...
Guava缓存在异步重新加载线程已在进行时的请求行为
英文: Guava cache behavior for requests when an async reload thread is already in progress 问题 从石榴文档此处中...
Listenable Future回调严重延迟。
英文: Listenable Future callback is heavily delayed 问题 我的Guava可监听的未来上的回调延迟了。我正在编写一个应用程序,它基本上有一个线程池,一旦&...
可以使用Java 8 API来替换所有Guava API吗?
英文: Is it possible to change all Guava API with the Java 8 API? 问题 我的项目刚刚运行了Sonar扫描,我发现了1个报告的情况,如下所示...
3