public interface RecordCache
RecordManager ensures that the cache has the up-to-date information by way of an invalidation protocol.
| Modifier and Type | Method and Description |
|---|---|
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.
|
void flush(long recid)
throws IOException
IOExceptionvoid flushAll()
throws IOException
IOExceptionvoid invalidate(long recid)
throws IOException
IOExceptionvoid invalidateAll()
throws IOException
IOExceptionCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.