|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.xml.model.BaseCacheType
org.ehcache.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.xml.model.BaseCacheType |
|---|
any, diskStoreSettings, evictionVeto, expiry, heap, heapStoreSettings, keyType, listeners, loaderWriter, 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.xml.model.BaseCacheType |
|---|
getAny, getDiskStoreSettings, getEvictionVeto, getExpiry, getHeap, getHeapStoreSettings, getKeyType, getListeners, getLoaderWriter, getResources, getValueType, setDiskStoreSettings, setEvictionVeto, setExpiry, setHeap, setHeapStoreSettings, setKeyType, setListeners, setLoaderWriter, 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()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getUsesTemplate()
Objectpublic 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 | ||||||||