public class ContainerCacheConf extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cachePolicy |
protected CachePolicyConf |
cachePolicyConf |
protected CachePolicyConfOther |
cachePolicyConfOther |
| Constructor and Description |
|---|
ContainerCacheConf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCachePolicy()
Gets the value of the cachePolicy property.
|
CachePolicyConf |
getCachePolicyConf()
Gets the value of the cachePolicyConf property.
|
CachePolicyConfOther |
getCachePolicyConfOther()
Gets the value of the cachePolicyConfOther property.
|
void |
setCachePolicy(String value)
Sets the value of the cachePolicy property.
|
void |
setCachePolicyConf(CachePolicyConf value)
Sets the value of the cachePolicyConf property.
|
void |
setCachePolicyConfOther(CachePolicyConfOther value)
Sets the value of the cachePolicyConfOther property.
|
protected String cachePolicy
protected CachePolicyConf cachePolicyConf
protected CachePolicyConfOther cachePolicyConfOther
public String getCachePolicy()
Stringpublic void setCachePolicy(String value)
value - allowed object is
Stringpublic CachePolicyConf getCachePolicyConf()
CachePolicyConfpublic void setCachePolicyConf(CachePolicyConf value)
value - allowed object is
CachePolicyConfpublic CachePolicyConfOther getCachePolicyConfOther()
CachePolicyConfOtherpublic void setCachePolicyConfOther(CachePolicyConfOther value)
value - allowed object is
CachePolicyConfOtherCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.