|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordCache
This interface is used for synchronization.
RecordManager ensures that the cache has the up-to-date information by way of an invalidation protocol.
| Method Summary | |
|---|---|
void |
flush(long recid)
Notification to flush content related to a given record. |
void |
flushAll()
Notification to flush data all of records. |
void |
invalidate(long recid)
Notification to invalidate content related to given record. |
void |
invalidateAll()
Notification to invalidate content of all records. |
| Method Detail |
|---|
void flush(long recid)
throws IOException
IOException
void flushAll()
throws IOException
IOException
void invalidate(long recid)
throws IOException
IOException
void invalidateAll()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||