com.mindoo.remote.api.tools.reflection
Class ThinBridgeObjectCache
java.lang.Object
  
com.mindoo.remote.api.tools.reflection.ThinBridgeObjectCache
public class ThinBridgeObjectCache
- extends java.lang.Object
 
Internal utility class. Not part of the public API.
 
| 
Method Summary | 
 void | 
dispose()
 
            | 
 java.lang.Object | 
getValue(java.lang.Long id)
 
            | 
 java.lang.Long | 
putValue(java.lang.Object o)
 
            | 
 void | 
putValue(java.lang.Object o,
         java.lang.Long id)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ThinBridgeObjectCache
public ThinBridgeObjectCache()
putValue
public void putValue(java.lang.Object o,
                     java.lang.Long id)
 
putValue
public java.lang.Long putValue(java.lang.Object o)
 
getValue
public java.lang.Object getValue(java.lang.Long id)
 
dispose
public void dispose()