You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/04/22 12:43:00 UTC

[jira] [Resolved] (CAMEL-13425) Add possibility to invalidate cache for PropertiesComponent

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

Claus Ibsen resolved CAMEL-13425.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0-M3
                   3.0.0

> Add possibility to invalidate cache for PropertiesComponent
> -----------------------------------------------------------
>
>                 Key: CAMEL-13425
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13425
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.23.1
>            Reporter: Kamil
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.0.0, 3.0.0-M3
>
>
> Currently I can only enable/disable cache for PropertiesComponent.
> I'd like to be able to enable caching, but programmatically invalidate cache on demand.
> This should be rather simeple to implemet, something like:
> {code:java}
> public void invalidateCache() {
>   this.cacheMap.clear();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)