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] [Created] (CAMEL-11705) Camel-Caffeine: ExpireAfterAccess set two times instead of ExpireAfterWrite

Andrea Cosentino created CAMEL-11705:
----------------------------------------

             Summary: 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


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)