如何使用 Google Guava 为每个新地图条目设置不同的过期超时?
Google guava 允许使用 CacheBuilder 设置每个映射实体的过期超时。但是我想为每个新实体设置不同的超时。有可能吗?
Google guava allows to set expiration timeout for each map enty using CacheBuilder. However I want to set different timeout for each new enty. Is is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前这是不可能的:缓存的过期持续时间是全局设置的。您可以在问题跟踪器上创建功能请求,但为此公开正确的 API 可能会很复杂。
This is not currently possible: expiration durations are set globally for the cache. You could create a feature request on the issue tracker, but exposing the right API for this might be complicated.