| 
 | |||||||||||
| 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
An enumeration for the values for the memory cache levels
| Field Summary | |
| static MemoryCacheLevel | SOFTConstant for soft caching. | 
| static MemoryCacheLevel | STRONGConstant for strong caching. | 
| static MemoryCacheLevel | WEAKConstant 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 | ||||||||||