Uses of Class
com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Packages that use MemoryCacheLevel
-
Uses of MemoryCacheLevel in com.ibatis.sqlmap.engine.cache.memory
Fields in com.ibatis.sqlmap.engine.cache.memory declared as MemoryCacheLevelModifier and TypeFieldDescriptionstatic final MemoryCacheLevelMemoryCacheLevel.SOFTConstant for soft caching.static final MemoryCacheLevelMemoryCacheLevel.STRONGConstant for strong caching.static final MemoryCacheLevelMemoryCacheLevel.WEAKConstant for weak caching This cache model is probably the best choice in most cases.Methods in com.ibatis.sqlmap.engine.cache.memory that return MemoryCacheLevelModifier and TypeMethodDescriptionstatic MemoryCacheLevelMemoryCacheLevel.getByReferenceType(String refType) Gets a MemoryCacheLevel by name.MemoryCacheController.getReferenceType()Gets the reference type.Methods in com.ibatis.sqlmap.engine.cache.memory with parameters of type MemoryCacheLevelModifier and TypeMethodDescriptionvoidMemoryCacheController.setReferenceType(MemoryCacheLevel referenceType) Sets the reference type.