| Interface | Description | 
|---|---|
| CacheEvent<K,V> | An event resulting from a mutative  Cacheoperation. | 
| CacheEventListener<K,V> | Definition of the contract for implementing listeners to receive  CacheEvents from aCache. | 
| Enum | Description | 
|---|---|
| EventFiring | The supported event firing modes. | 
| EventOrdering | The supported event ordering modes. | 
| EventType | The different event types. | 
CacheEvent and related types.