Annotation Type CacheName
- 
@Documented @Retention(RUNTIME) public @interface CacheName
A qualifier annotation used to indicate a specific cache name.- Since:
 - 3.0
 - Author:
 - Jonathan Knight, Gunnar Hillert
 
 
- 
- 
Element Detail
- 
value
String value
Obtain the value used to identify a specific cache.- Returns:
 - value used to identify a specific cache
 
 
 - 
 
 -