8000 Cache do not update per second one day · Issue #195 · cache2k/cache2k · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Cache do not update per second one day #195
Open
@javalover123

Description

@javalover123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0