cache2k:轻量级,高性能Java缓存

时间:2021-04-23 03:37:23
【文件属性】:
文件名称:cache2k:轻量级,高性能Java缓存
文件大小:1.15MB
文件格式:ZIP
更新时间:2021-04-23 03:37:23
android java cache android-library java-library cache2k Java缓存 cache2k是内存中的高性能Java缓存库。 Cache< String> cache = new Cache2kBuilder< String> () {} .expireAfterWrite( 5 , TimeUnit . MINUTES ) // expire/refresh after 5 minutes .setupWith( UniversalResiliencePolicy :: enable, b - > b // enable resilience policy .resilienceDuration( 30 , TimeUnit . SECONDS ) // cope with at most 30 seconds

网友评论