public class Config extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_PREFIX |
| Constructor and Description |
|---|
Config(PropertiesHelper props) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheLockTimeout(String cacheRegion) |
int |
getCacheTimeSeconds(String cacheRegion) |
double |
getDogpilePreventionExpirationFactor(String cacheRegion) |
KeyStrategy |
getKeyStrategy(String cacheRegion) |
String |
getKeyStrategyName(String cacheRegion) |
String |
getMemcachedClientFactoryName() |
PropertiesHelper |
getPropertiesHelper() |
boolean |
isClearSupported(String cacheRegion) |
boolean |
isDogpilePreventionEnabled(String cacheRegion) |
public static final String PROP_PREFIX
public Config(PropertiesHelper props)
public int getCacheTimeSeconds(String cacheRegion)
public int getCacheLockTimeout(String cacheRegion)
public KeyStrategy getKeyStrategy(String cacheRegion)
public boolean isClearSupported(String cacheRegion)
public boolean isDogpilePreventionEnabled(String cacheRegion)
public double getDogpilePreventionExpirationFactor(String cacheRegion)
public String getMemcachedClientFactoryName()
public PropertiesHelper getPropertiesHelper()
Copyright © 2017. All rights reserved.