Class CpoAdapterFactoryCache

java.lang.Object
org.synchronoss.cpo.core.cache.CpoAdapterFactoryCache
Direct Known Subclasses:
CpoAdapterFactoryManager

public class CpoAdapterFactoryCache extends Object
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