Annotation Type CoherenceMap
- 
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface CoherenceMap
Optional marker for Coherence repositories where the repository itself should use a cache name different from the name that is auto-selected by the runtime based on the repository class name.- Since:
 - 3.0
 - Author:
 - Ryan Lubke
 
 
- 
- 
Element Detail
- 
value
String value
Specifies the name of the CoherenceNamedMapthe annotated repository should use.- Returns:
 - the name of the Coherence 
NamedMapthe annotated repository should use 
 
 - 
 
- 
- 
session
String session
Specifies the name of theSessionshould be used to look up theNamedMap.- Returns:
 - the name of the 
Sessionshould be used to look up theNamedMap 
- Default:
 - ""
 
 
 - 
 
 -