|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.xml.model.BaseCacheType
org.ehcache.config.xml.model.CacheType
public class CacheType
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 |
---|
protected java.lang.String alias
protected java.lang.Object usesTemplate
Constructor Detail |
---|
public CacheType()
Method Detail |
---|
public java.lang.String getAlias()
String
public void setAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getUsesTemplate()
Object
public void setUsesTemplate(java.lang.Object value)
value
- allowed object is
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |