|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.sqlmap.engine.cache.memory.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(java.lang.String refType)
Gets a MemoryCacheLevel by name |
java.lang.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 java.lang.String getReferenceType()
public static MemoryCacheLevel getByReferenceType(java.lang.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 |