Cached.type()
.See: Description
Interface | Description |
---|---|
Cache<R> |
Interface for a cache implementation.
|
Class | Description |
---|---|
AbstractCache<R> |
Abstract base class for implementing caches.
|
CacheKey |
Key used by
AbstractCache for maps of committed and uncommitted rows. |
UncommittedRow<R> |
Abstract base class for all uncommitted rows in an
AbstractCache . |
Exception | Description |
---|---|
CacheException |
Exception that originals from classes in org.sormula.cache packages.
|
DuplicateCacheException |
Indicates that a duplicate set of primary key(s) already exists in the cache.
|
IllegalCacheOperationException |
Invalid use of method by invoking methods in a manner that violates the cache contract.
|
IllegalCacheStateException |
Invalid cache state caused by cache activity outside of a transaction or failure to
commit or rollback transaction.
|
Cached.type()
.