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. |
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteCache<R>
A cache that retains rows that selected, inserted, updated, and deleted.
|
Constructor and Description |
---|
WriteOperations(WritableCache<R> writableCache)
Constructs for a cache.
|