public interface ProducerInfoCache
| Modifier and Type | Method and Description |
|---|---|
ProducerInfo |
get(String tenantId,
String id)
This method retrieves the producer information based on the supplied
id.
|
void |
put(String tenantId,
String id,
ProducerInfo producerInfo)
This methods puts the producer information in the cache.
|
ProducerInfo get(String tenantId, String id)
tenentId - The tenant idid - The idvoid put(String tenantId, String id, ProducerInfo producerInfo)
tenentId - The tenant idid - The idproducerInfo - The producer informationCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.