Open
Description
Cache do not update per second one day, and there no thread name starts with cache2k-loader-
static Cache<String, LocalDateTime> TIME_CACHE = new Cache2kBuilder<String, LocalDateTime>() { }.refreshAheadPolicy(new AutoRefreshPolicy<>()) .expireAfterWrite(1, TimeUnit.SECONDS) .loader((key) -> LocalDateTime.now()) .build();
Metadata
Metadata
Assignees
Labels
No labels