|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheController in com.ibatis.sqlmap.engine.cache |
---|
Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheController | |
---|---|
void |
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 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 |
Uses of CacheController in com.ibatis.sqlmap.engine.config |
---|
Methods in com.ibatis.sqlmap.engine.config with parameters of type CacheController | |
---|---|
CacheModelConfig |
SqlMapConfiguration.newCacheModelConfig(String id,
CacheController controller,
boolean readOnly,
boolean serialize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |