Package org.synchronoss.cpo.core.cache
Class CpoAdapterFactoryCache
java.lang.Object
org.synchronoss.cpo.core.cache.CpoAdapterFactoryCache
- Direct Known Subclasses:
CpoAdapterFactoryManager
Process-wide cache of
CpoAdapterFactory instances keyed by config name.
The backing map is a ConcurrentHashMap because factories are read from the hot lookup
path while CpoAdapterFactoryManager repopulates the cache concurrently (e.g. during
hot-deploy).
- Author:
- dberry
-
Method Summary