org.ehcache.config.xml.model
Class CacheType

java.lang.Object
  extended by org.ehcache.config.xml.model.BaseCacheType
      extended by org.ehcache.config.xml.model.CacheType

public class CacheType
extends BaseCacheType

Java class for cache-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cache-type">
   <complexContent>
     <extension base="{http://www.ehcache.org/v3}base-cache-type">
       <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="uses-template" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String alias
           
protected  java.lang.Object usesTemplate
           
 
Fields inherited from class org.ehcache.config.xml.model.BaseCacheType
any, diskStoreSettings, evictionPrioritizer, evictionVeto, expiry, heap, integration, keyType, listeners, resources, valueType
 
Constructor Summary
CacheType()
           
 
Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.Object getUsesTemplate()
          Gets the value of the usesTemplate property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setUsesTemplate(java.lang.Object value)
          Sets the value of the usesTemplate property.
 
Methods inherited from class org.ehcache.config.xml.model.BaseCacheType
getAny, getDiskStoreSettings, getEvictionPrioritizer, getEvictionVeto, getExpiry, getHeap, getIntegration, getKeyType, getListeners, getResources, getValueType, setDiskStoreSettings, setEvictionPrioritizer, setEvictionVeto, setExpiry, setHeap, setIntegration, setKeyType, setListeners, setResources, setValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected java.lang.String alias

usesTemplate

protected java.lang.Object usesTemplate
Constructor Detail

CacheType

public CacheType()
Method Detail

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

getUsesTemplate

public java.lang.Object getUsesTemplate()
Gets the value of the usesTemplate property.

Returns:
possible object is Object

setUsesTemplate

public void setUsesTemplate(java.lang.Object value)
Sets the value of the usesTemplate property.

Parameters:
value - allowed object is Object