|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDCacheCallback
An interface used by a cache to get information back from the application.
| Method Summary | |
|---|---|
void |
cacheRemoved(SandPersistMessage spm)
When the cache removes an instance, it calls this method to let the application know. |
boolean |
okToUncache(SandPersistMessage spm)
Return true if the given item is safe to remove from the cache, false otherwise. |
| Method Detail |
|---|
boolean okToUncache(SandPersistMessage spm)
void cacheRemoved(SandPersistMessage spm)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||