Package | Description |
---|---|
org.sormula.cache.readonly |
Implementation of
ReadOnlyCache . |
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 |
ReadOnlyCache<R>
A cache that retains rows that selected, inserted, updated, and deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteCache<R>
A cache that retains rows that selected, inserted, updated, and deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
WritableCache<R>
Abstract base class for implementing a cache that writes to the database upon transaction commit.
|