public class ImplementorCache extends java.lang.Object implements PreloadableCache
| Constructor and Description | 
|---|
ImplementorCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addImplementor(ActivityImplementor implementor)  | 
void | 
clearCache()
Nothing is cleared. 
 | 
static ActivityImplementor | 
get(java.lang.String implClass)  | 
static java.util.Map<java.lang.String,ActivityImplementor> | 
getImplementors()  | 
void | 
loadCache()  | 
void | 
refreshCache()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic static java.util.Map<java.lang.String,ActivityImplementor> getImplementors()
public static void addImplementor(ActivityImplementor implementor)
public static ActivityImplementor get(java.lang.String implClass)
public void clearCache()
clearCache in interface CacheServicepublic void loadCache()
               throws CachingException
loadCache in interface PreloadableCacheCachingExceptionpublic void refreshCache()
refreshCache in interface CacheServiceCopyright © 2019 CenturyLink, Inc.