Package org.opendaylight.protocol.util
Class NoopReferenceCache
java.lang.Object
org.opendaylight.protocol.util.NoopReferenceCache
- All Implemented Interfaces:
 ReferenceCache
A simple reference cache which actually does not cache anything.
- 
Method Summary
Modifier and TypeMethodDescriptionstatic NoopReferenceCache<T> TgetSharedReference(T object) Get a shared reference to an object. 
- 
Method Details
- 
getInstance