Uses of Interface
com.ibatis.sqlmap.engine.cache.CacheController

Packages that use CacheController
com.ibatis.sqlmap.engine.cache.fifo   
com.ibatis.sqlmap.engine.cache.lru   
com.ibatis.sqlmap.engine.cache.memory   
com.ibatis.sqlmap.engine.cache.oscache   
 

Uses of CacheController in com.ibatis.sqlmap.engine.cache.fifo
 

Classes in com.ibatis.sqlmap.engine.cache.fifo that implement CacheController
 class FifoCacheController
          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 CacheController
 class LruCacheController
          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 CacheController
 class MemoryCacheController
          Memory-based implementation of CacheController
 

Uses of CacheController in com.ibatis.sqlmap.engine.cache.oscache
 

Classes in com.ibatis.sqlmap.engine.cache.oscache that implement CacheController
 class OSCacheController
          Cache implementation for using OSCache with iBATIS