public interface ObjectCache
 The cache is responsible for determining whether objects identified
 by ObjectName can and should  be reused. If reuse is not 
 supported, set() should be a no-op.
 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()
Clear cache contents. 
 | 
java.lang.Object | 
get(javax.management.ObjectName name)  | 
void | 
put(javax.management.ObjectName name,
   java.lang.Object proxy)  |