|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileCacheEventListener
FileCacheEventListener on notifications sent when FileCache events occur
| Method Summary | |
|---|---|
void |
evict(FileCacheEntry entry)
Evict event, called when the entry is being evicted out of the cache |
void |
refresh(FileCacheEntry entry)
Refresh event, called when the entry is being refreshed from file system. |
| Method Detail |
|---|
void refresh(FileCacheEntry entry)
throws Exception
entry - the entry being refreshed.
Exception
void evict(FileCacheEntry entry)
throws Exception
entry - the entry being refreshed.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||