Kamil created CAMEL-13425:
-----------------------------
Summary: 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
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)