| Class | Description |
|---|---|
| EmptyEntityCache | |
| EntityCacheBuilder |
Builder for creating the appropriate
EntityCache instance based on the type of caching
needed. |
| LayeredEntityCache | |
| SerializableEntityCache |
Cache using the JSR-107 API.
|
| WeakEntityCache |
Weak reference cache of entity objects using primary keys.
|