Interface | Description |
---|---|
CacheManager |
Entry point to the Level-0 Cache
|
Class | Description |
---|---|
CacheEvictionEventVO |
Notifies that a particular spaceName (table) has been modified.
|
CacheManagerImpl |
Main implementation class of the Level-0 Cache
|
CacheResponse |
Represents the state of an object inside the level-zero-cache
|
EntityCacheEvictionEventVO |
Notifies that a particular key (e.g.
|
EntityCacheKey |
A CacheKey for Entities composed of a
clazz and a key . |
EntityCacheSubKey |
Represents a single CacheElement during the traversal of an object graph
|
EntityHandler |
Cache Handler for Entities.
|
QueryCacheEvictionEventVO |
Notifies that a particular spaceName (table) has been modified.
|
QueryCacheKey |
A CacheKey for Queries composed of a
queryString and namedParameters . |
ReferenceDataEntityChangeEventVO |
Emitted by the Reference Data Manager UI after a reference data entity entity is added, updated or removed.
|
ReferenceDataUpdateEventVO |
Emitted after reference data load is run by the RDM UI.
|
Enum | Description |
---|---|
CacheResponse.CacheState | |
ReferenceDataEntityChangeEventVO.OPERATION_TYPE |