public class ContainerCacheConf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cachePolicy |
protected CachePolicyConf |
cachePolicyConf |
protected CachePolicyConfOther |
cachePolicyConfOther |
Constructor and Description |
---|
ContainerCacheConf() |
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.lang.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 java.lang.String cachePolicy
protected CachePolicyConf cachePolicyConf
protected CachePolicyConfOther cachePolicyConfOther
public java.lang.String getCachePolicy()
String
public void setCachePolicy(java.lang.String value)
value
- allowed object is
String
public CachePolicyConf getCachePolicyConf()
CachePolicyConf
public void setCachePolicyConf(CachePolicyConf value)
value
- allowed object is
CachePolicyConf
public CachePolicyConfOther getCachePolicyConfOther()
CachePolicyConfOther
public void setCachePolicyConfOther(CachePolicyConfOther value)
value
- allowed object is
CachePolicyConfOther