|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Cache controller (implementation) interface
| Method Summary | |
void |
configure(java.util.Properties props)
Configure a cache controller |
void |
flush(CacheModel cacheModel)
Flush a cache model |
java.lang.Object |
getObject(CacheModel cacheModel,
java.lang.Object key)
Get an object from a cache model |
void |
putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object object)
Put an object into a cache model |
java.lang.Object |
removeObject(CacheModel cacheModel,
java.lang.Object key)
Remove an object from a cache model |
| Method Detail |
public void flush(CacheModel cacheModel)
cacheModel - - the model to flush
public java.lang.Object getObject(CacheModel cacheModel,
java.lang.Object key)
cacheModel - - the modelkey - - the key to the object
public java.lang.Object removeObject(CacheModel cacheModel,
java.lang.Object key)
cacheModel - - the model to remove the object fromkey - - the key to the object
public void putObject(CacheModel cacheModel,
java.lang.Object key,
java.lang.Object object)
cacheModel - - the model to add the object tokey - - the key to the objectobject - - the object to addpublic void configure(java.util.Properties props)
props - - the properties object continaing configuration information
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||