|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
public final class MemoryCacheLevel
An enumeration for the values for the memory cache levels
| Field Summary | |
|---|---|
static MemoryCacheLevel |
SOFT
Constant for soft caching. |
static MemoryCacheLevel |
STRONG
Constant for strong caching. |
static MemoryCacheLevel |
WEAK
Constant for weak caching This cache model is probably the best choice in most cases. |
| Method Summary | |
|---|---|
static MemoryCacheLevel |
getByReferenceType(String refType)
Gets a MemoryCacheLevel by name |
String |
getReferenceType()
Getter for the reference type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MemoryCacheLevel WEAK
public static final MemoryCacheLevel SOFT
public static final MemoryCacheLevel STRONG
| Method Detail |
|---|
public String getReferenceType()
public static MemoryCacheLevel getByReferenceType(String refType)
refType - the name of the reference type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||