Package com.oracle.coherence.cdi.events
Annotation Interface CacheName
A qualifier annotation used to indicate a specific cache name.
- Since:
 - 20.06
 - Author:
 - Aleks Seovic 2020.04.01
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn annotation literal for theCacheNameannotation. - 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valueObtain the value used to identify a specific cache.- Returns:
 - value used to identify a specific cache
 
 
 -