[ https://issues.apache.org/activemq/browse/CAMEL-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57235#action_57235 ]
Claus Ibsen commented on CAMEL-2420: ------------------------------------ What do you mean? I cannot see a problem. Can you point out what you see as a problem > In camel-cache CacheConfiguration "diskExpiryThreadIntervalSeconds" not set > correctly > ------------------------------------------------------------------------------------- > > Key: CAMEL-2420 > URL: https://issues.apache.org/activemq/browse/CAMEL-2420 > Project: Apache Camel > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: skydjol > > See CacheConfiguration.java > {code:title=CacheConfiguration.java|borderStyle=solid} > if (cacheSettings.containsKey("diskExpiryThreadIntervalSeconds")) { > setTimeToLiveSeconds(Long.valueOf((String) > cacheSettings.get("diskExpiryThreadIntervalSeconds")).longValue()); > } > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.