public interface ConnectorMetaDataCache
MetaDataCacheAware| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.base.Optional<T> |
get(Serializable key) |
void |
put(Serializable key,
Serializable value) |
void |
putAll(Map<? extends Serializable,? extends Serializable> values) |
void put(Serializable key, Serializable value)
void putAll(Map<? extends Serializable,? extends Serializable> values)
<T> com.google.common.base.Optional<T> get(Serializable key)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.