Package | Description |
---|---|
org.sormula.cache.readwrite |
Implementation of
ReadWriteCache . |
org.sormula.cache.writable |
The abstract
WritableCache and supporting classes that are
used for implementing a cache that writes rows to the database. |
Class and Description |
---|
UncommittedWritableRow
UncommittedRow that can be written to database with UncommittedWritableRow.write(WriteOperations) . |
WritableCache
Abstract base class for implementing a cache that writes to the database upon transaction commit.
|
WriteOperations
Operations used to write uncommitted cache rows to database.
|
Class and Description |
---|
WritableCache
Abstract base class for implementing a cache that writes to the database upon transaction commit.
|
WriteOperations
Operations used to write uncommitted cache rows to database.
|