|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheController
Cache controller (implementation) interface
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 |
Method Detail |
---|
void flush(CacheModel cacheModel)
cacheModel
- - the model to flushObject getObject(CacheModel cacheModel, Object key)
cacheModel
- - the modelkey
- - the key to the object
Object removeObject(CacheModel cacheModel, Object key)
cacheModel
- - the model to remove the object fromkey
- - the key to the object
void putObject(CacheModel cacheModel, Object key, Object object)
cacheModel
- - the model to add the object tokey
- - the key to the objectobject
- - the object to addvoid setProperties(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 |