public interface MetaDataCacheAware extends Capability
ConnectorMetaDataEnabled| Modifier and Type | Method and Description |
|---|---|
void |
destroyCache(String name)
Destroys an already created cache when invoked if the cache exists.
|
void |
initializeCache(String name)
Once a
name is feed to a mule's connector, it will be able to initialize a cache for further uses
when resolving MetaData. |
void initializeCache(String name)
Once a name is feed to a mule's connector, it will be able to initialize a cache for further uses
when resolving MetaData.
This is an idempotent operation, so calling it multiple times will cause the same effect, initialize the cache the first time. Hence, the subsequent calls will be ignored in the connector.
name - project name of the current project where the connector is being used. Not null.void destroyCache(String name)
Destroys an already created cache when invoked if the cache exists. It does nothing otherwise
name - project name of the current project where the connector is being used. Not null.Copyright © 2016 MuleSoft, Inc.. All rights reserved.