|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Cacheable
| Method Summary | |
|---|---|
void |
addListener(CacheListener listener)
Add a listener to the cache |
void |
clear()
Clear the cache |
CacheContentDescription |
getContentObject()
Get the actual content object |
void |
notifyListeners(Cacheable cacheObj)
Notify listeners to handle a specific event |
void |
refresh()
Refresh cache content |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
void addListener(CacheListener listener)
void notifyListeners(Cacheable cacheObj)
cacheObj - the Cacheable object to be used by listener to handle eventvoid clear()
void refresh()
CacheContentDescription getContentObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||