Interface ICacheEvent<K>
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CacheEvent
Defines the common fields required by a cache event.
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()voidsetEventName(String eventName) voidvoidsetOptionalDetails(String optionalDetails) voidvoid
- 
Method Details- 
setSource- Parameters:
- source- the source to set
 
- 
getSource- Returns:
- the source
 
- 
setRegion- Parameters:
- region- the region to set
 
- 
getRegion- Returns:
- the region
 
- 
setEventName- Parameters:
- eventName- the eventName to set
 
- 
getEventName- Returns:
- the eventName
 
- 
setOptionalDetails- Parameters:
- optionalDetails- the optionalDetails to set
 
- 
getOptionalDetails- Returns:
- the optionalDetails
 
- 
setKey- Parameters:
- key- the key to set
 
- 
getKey- Returns:
- the key
 
 
-