| Modifier and Type | Field and Description |
|---|---|
(package private) static ConcurrentHashMap<String,Map<String,String>> |
serverConfigByUrl |
private static CacheAdapter<String,Map<String,String>> |
serverConfigCache |
| Constructor and Description |
|---|
PerVmServerConfigCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
CacheAdapter<String,Map<String,String>> |
getInstance(Object syncMutex,
String url,
int cacheMaxSize,
int maxKeySize) |
static final ConcurrentHashMap<String,Map<String,String>> serverConfigByUrl
private static final CacheAdapter<String,Map<String,String>> serverConfigCache
public CacheAdapter<String,Map<String,String>> getInstance(Object syncMutex, String url, int cacheMaxSize, int maxKeySize)
getInstance in interface CacheAdapterFactory<String,Map<String,String>>