|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.cache.oscache.OSCacheController
public class OSCacheController
Cache implementation for using OSCache with iBATIS
| Constructor Summary | |
|---|---|
OSCacheController()
|
|
| Method Summary | |
|---|---|
void |
flush(CacheModel cacheModel)
Flush a cache model |
Object |
getObject(CacheModel cacheModel,
Object key)
Get an object from a cache model |
void |
putObject(CacheModel cacheModel,
Object key,
Object object)
Put an object into a cache model |
Object |
removeObject(CacheModel cacheModel,
Object key)
Remove an object from a cache model |
void |
setProperties(Properties props)
Configure a cache controller |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSCacheController()
| Method Detail |
|---|
public void flush(CacheModel cacheModel)
CacheController
flush in interface CacheControllercacheModel - - the model to flush
public Object getObject(CacheModel cacheModel,
Object key)
CacheController
getObject in interface CacheControllercacheModel - - the modelkey - - the key to the object
public Object removeObject(CacheModel cacheModel,
Object key)
CacheController
removeObject in interface CacheControllercacheModel - - the model to remove the object fromkey - - the key to the object
public void putObject(CacheModel cacheModel,
Object key,
Object object)
CacheController
putObject in interface CacheControllercacheModel - - the model to add the object tokey - - the key to the objectobject - - the object to addpublic void setProperties(Properties props)
CacheController
setProperties in interface CacheControllerprops - - the properties object continaing configuration information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||