|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheModel in com.ibatis.sqlmap.engine.builder.xml |
Fields in com.ibatis.sqlmap.engine.builder.xml declared as CacheModel | |
CacheModel |
BaseParser.Variables.currentCacheModel
|
Uses of CacheModel in com.ibatis.sqlmap.engine.cache |
Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheModel | |
void |
CacheController.flush(CacheModel cacheModel)
Flush a cache model |
java.lang.Object |
CacheController.getObject(CacheModel cacheModel,
java.lang.Object key)
Get an object from a cache model |
java.lang.Object |
CacheController.removeObject(CacheModel cacheModel,
java.lang.Object key)
Remove an object from a cache model |
void |
CacheController.putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object object)
Put an object into a cache model |
Uses of CacheModel in com.ibatis.sqlmap.engine.cache.fifo |
Methods in com.ibatis.sqlmap.engine.cache.fifo with parameters of type CacheModel | |
void |
FifoCacheController.putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object value)
Add an object to the cache |
java.lang.Object |
FifoCacheController.getObject(CacheModel cacheModel,
java.lang.Object key)
Get an object out of the cache. |
java.lang.Object |
FifoCacheController.removeObject(CacheModel cacheModel,
java.lang.Object key)
|
void |
FifoCacheController.flush(CacheModel cacheModel)
Flushes the cache. |
Uses of CacheModel in com.ibatis.sqlmap.engine.cache.lru |
Methods in com.ibatis.sqlmap.engine.cache.lru with parameters of type CacheModel | |
void |
LruCacheController.putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object value)
Add an object to the cache |
java.lang.Object |
LruCacheController.getObject(CacheModel cacheModel,
java.lang.Object key)
Get an object out of the cache. |
java.lang.Object |
LruCacheController.removeObject(CacheModel cacheModel,
java.lang.Object key)
|
void |
LruCacheController.flush(CacheModel cacheModel)
Flushes the cache. |
Uses of CacheModel in com.ibatis.sqlmap.engine.cache.memory |
Methods in com.ibatis.sqlmap.engine.cache.memory with parameters of type CacheModel | |
void |
MemoryCacheController.putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object value)
Add an object to the cache |
java.lang.Object |
MemoryCacheController.getObject(CacheModel cacheModel,
java.lang.Object key)
Get an object out of the cache. |
java.lang.Object |
MemoryCacheController.removeObject(CacheModel cacheModel,
java.lang.Object key)
|
void |
MemoryCacheController.flush(CacheModel cacheModel)
Flushes the cache. |
Uses of CacheModel in com.ibatis.sqlmap.engine.cache.oscache |
Methods in com.ibatis.sqlmap.engine.cache.oscache with parameters of type CacheModel | |
void |
OSCacheController.flush(CacheModel cacheModel)
|
java.lang.Object |
OSCacheController.getObject(CacheModel cacheModel,
java.lang.Object key)
|
java.lang.Object |
OSCacheController.removeObject(CacheModel cacheModel,
java.lang.Object key)
|
void |
OSCacheController.putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object object)
|
Uses of CacheModel in com.ibatis.sqlmap.engine.impl |
Methods in com.ibatis.sqlmap.engine.impl that return CacheModel | |
CacheModel |
SqlMapExecutorDelegate.getCacheModel(java.lang.String id)
Get a cache model by ID |
Methods in com.ibatis.sqlmap.engine.impl with parameters of type CacheModel | |
void |
SqlMapExecutorDelegate.addCacheModel(CacheModel model)
Add a cache model |
Uses of CacheModel in com.ibatis.sqlmap.engine.mapping.statement |
Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type CacheModel | |
CachingStatement(MappedStatement statement,
CacheModel cacheModel)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |