Uses of Interface
com.ibatis.sqlmap.engine.cache.CacheController
Packages that use CacheController
Package
Description
-
Uses of CacheController in com.ibatis.sqlmap.engine.cache
Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheControllerModifier and TypeMethodDescriptionvoid
CacheModel.setCacheController
(CacheController controller) Sets up the controller for the cache model. -
Uses of CacheController in com.ibatis.sqlmap.engine.cache.fifo
Classes in com.ibatis.sqlmap.engine.cache.fifo that implement CacheControllerModifier and TypeClassDescriptionclass
FIFO (first in, first out) cache controller implementation. -
Uses of CacheController in com.ibatis.sqlmap.engine.cache.lru
Classes in com.ibatis.sqlmap.engine.cache.lru that implement CacheControllerModifier and TypeClassDescriptionclass
LRU (least recently used) cache controller implementation. -
Uses of CacheController in com.ibatis.sqlmap.engine.cache.memory
Classes in com.ibatis.sqlmap.engine.cache.memory that implement CacheControllerModifier and TypeClassDescriptionclass
Memory-based implementation of CacheController. -
Uses of CacheController in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config with parameters of type CacheControllerModifier and TypeMethodDescriptionSqlMapConfiguration.newCacheModelConfig
(String id, CacheController controller, boolean readOnly, boolean serialize) New cache model config.