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, wait
initialize
public 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 CacheService
public void loadCache() throws CachingException
loadCache
in interface PreloadableCache
CachingException
public void refreshCache()
refreshCache
in interface CacheService
Copyright © 2019 CenturyLink, Inc.