You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2017/08/25 08:31:00 UTC

[jira] [Assigned] (CAMEL-11705) Camel-Caffeine: ExpireAfterAccess set two times instead of ExpireAfterWrite

     [ https://issues.apache.org/jira/browse/CAMEL-11705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-11705:
----------------------------------------

    Assignee: Andrea Cosentino

> Camel-Caffeine: ExpireAfterAccess set two times instead of ExpireAfterWrite
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-11705
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11705
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Andrea Cosentino
>            Assignee: Andrea Cosentino
>
> In both CaffeineCache and CaffeineLoadCache we have
> {code}
>                 builder.expireAfterAccess(configuration.getExpireAfterAccessTime(), TimeUnit.SECONDS);
>                 builder.expireAfterAccess(configuration.getExpireAfterWriteTime(), TimeUnit.SECONDS);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)