Skip navigation links


oracle.iam.config.jaxb
Class CacheConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.CacheConfig


public class CacheConfig
extends java.lang.Object

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

CacheConfig

public CacheConfig()

Method Detail

getCacheCategoriesConfig

public CacheCategoriesConfig getCacheCategoriesConfig()
Gets the value of the cacheCategoriesConfig property.
Returns:
possible object is CacheCategoriesConfig

setCacheCategoriesConfig

public void setCacheCategoriesConfig(CacheCategoriesConfig value)
Sets the value of the cacheCategoriesConfig property.
Parameters:
value - allowed object is CacheCategoriesConfig

getXLCacheProviderProps

public XLCacheProviderProps getXLCacheProviderProps()
Gets the value of the xlCacheProviderProps property.
Returns:
possible object is XLCacheProviderProps

setXLCacheProviderProps

public void setXLCacheProviderProps(XLCacheProviderProps value)
Sets the value of the xlCacheProviderProps property.
Parameters:
value - allowed object is XLCacheProviderProps

getProvider

public java.lang.String getProvider()
Gets the value of the provider property.
Returns:
possible object is String

setProvider

public void setProvider(java.lang.String value)
Sets the value of the provider property.
Parameters:
value - allowed object is String

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.

isThreadLocalCacheEnabled

public boolean isThreadLocalCacheEnabled()
Gets the value of the threadLocalCacheEnabled property.

setThreadLocalCacheEnabled

public void setThreadLocalCacheEnabled(boolean value)
Sets the value of the threadLocalCacheEnabled property.

getExpirationTime

public int getExpirationTime()
Gets the value of the expirationTime property.

setExpirationTime

public void setExpirationTime(int value)
Sets the value of the expirationTime property.

isClustered

public boolean isClustered()
Gets the value of the clustered property.

setClustered

public void setClustered(boolean value)
Sets the value of the clustered property.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.