|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Cachable
A interface for objects that cache data.
| Method Summary | |
|---|---|
void |
addSubCache(Cachable c)
Add a subsidiary Cachable object whose cache is to be flushed when our own cache is flushed. |
void |
cacheFlush()
Forget any cached data. |
void |
removeSubCache(Cachable c)
Remove a subsidiary cache. |
| Method Detail |
|---|
void cacheFlush()
void addSubCache(Cachable c)
c - the subsidiary Cachable objectvoid removeSubCache(Cachable c)
c - the subsidiary Cachable object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||