|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.CacheConfig
public class CacheConfig
Java class for CacheConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cacheCategoriesConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}CacheCategoriesConfig"/>
<element name="xLCacheProviderProps" type="{http://www.oracle.com/schema/oracle/iam/platform/config}XLCacheProviderProps"/>
</sequence>
<attribute name="provider" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="threadLocalCacheEnabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="expirationTime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="clustered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CacheConfig() |
|
| Method Summary | |
|---|---|
CacheCategoriesConfig |
getCacheCategoriesConfig()Gets the value of the cacheCategoriesConfig property. |
int |
getExpirationTime()Gets the value of the expirationTime property. |
java.lang.String |
getProvider()Gets the value of the provider property. |
XLCacheProviderProps |
getXLCacheProviderProps()Gets the value of the xlCacheProviderProps property. |
boolean |
isClustered()Gets the value of the clustered property. |
boolean |
isEnabled()Gets the value of the enabled property. |
boolean |
isThreadLocalCacheEnabled()Gets the value of the threadLocalCacheEnabled property. |
void |
setCacheCategoriesConfig(CacheCategoriesConfig value)Sets the value of the cacheCategoriesConfig property. |
void |
setClustered(boolean value)Sets the value of the clustered property. |
void |
setEnabled(boolean value)Sets the value of the enabled property. |
void |
setExpirationTime(int value)Sets the value of the expirationTime property. |
void |
setProvider(java.lang.String value)Sets the value of the provider property. |
void |
setThreadLocalCacheEnabled(boolean value)Sets the value of the threadLocalCacheEnabled property. |
void |
setXLCacheProviderProps(XLCacheProviderProps value)Sets the value of the xlCacheProviderProps property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheConfig()
| Method Detail |
|---|
public CacheCategoriesConfig getCacheCategoriesConfig()
CacheCategoriesConfigpublic void setCacheCategoriesConfig(CacheCategoriesConfig value)
value - allowed object is CacheCategoriesConfigpublic XLCacheProviderProps getXLCacheProviderProps()
XLCacheProviderPropspublic void setXLCacheProviderProps(XLCacheProviderProps value)
value - allowed object is XLCacheProviderPropspublic java.lang.String getProvider()
Stringpublic void setProvider(java.lang.String value)
value - allowed object is Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public boolean isThreadLocalCacheEnabled()
public void setThreadLocalCacheEnabled(boolean value)
public int getExpirationTime()
public void setExpirationTime(int value)
public boolean isClustered()
public void setClustered(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||