public final class DefaultMetadataCache extends Object implements org.mule.runtime.api.metadata.MetadataCache
MetadataCache| Constructor and Description |
|---|
DefaultMetadataCache() |
| Modifier and Type | Method and Description |
|---|---|
Map<Serializable,Serializable> |
asMap() |
<T extends Serializable> |
computeIfAbsent(Serializable key,
org.mule.runtime.api.metadata.MetadataCache.MetadataCacheValueResolver mappingFunction) |
<T extends Serializable> |
get(Serializable key) |
void |
put(Serializable key,
Serializable value) |
void |
putAll(Map<? extends Serializable,? extends Serializable> values) |
public void put(Serializable key, Serializable value)
put in interface org.mule.runtime.api.metadata.MetadataCachepublic void putAll(Map<? extends Serializable,? extends Serializable> values)
putAll in interface org.mule.runtime.api.metadata.MetadataCachepublic <T extends Serializable> Optional<T> get(Serializable key)
get in interface org.mule.runtime.api.metadata.MetadataCachepublic <T extends Serializable> T computeIfAbsent(Serializable key, org.mule.runtime.api.metadata.MetadataCache.MetadataCacheValueResolver mappingFunction) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
computeIfAbsent in interface org.mule.runtime.api.metadata.MetadataCacheorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic Map<Serializable,Serializable> asMap()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.