WritableCache
and supporting classes that are
used for implementing a cache that writes rows to the database.See: Description
Class | Description |
---|---|
UncommittedWritableRow<R> |
UncommittedRow that can be written to database with UncommittedWritableRow.write(WriteOperations) . |
WritableCache<R> |
Abstract base class for implementing a cache that writes to the database upon transaction commit.
|
WriteOperations<R> |
Operations used to write uncommitted cache rows to database.
|
Exception | Description |
---|---|
CacheWriteException |
Thrown when cache has error writing to the database.
|
WritableCache
and supporting classes that are
used for implementing a cache that writes rows to the database.