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