Annotation Type CoherenceAsyncCache
- 
@Target({FIELD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @CoherenceAsyncMap @Lazy public @interface CoherenceAsyncCacheMeta-annotation that marks the asynchronous wrapper implementation of Coherence Caches usingAsyncNamedCachefor dependency-injection.- Since:
 - 3.0
 - Author:
 - Gunnar Hillert
 - See Also:
 NamedCacheConfiguration
 
- 
- 
Element Detail
- 
value
@AliasFor(annotation=Name.class) java.lang.String value
- Default:
 - ""
 
 
 - 
 
- 
- 
name
@AliasFor(annotation=Name.class, attribute="value") java.lang.String name
- Default:
 - ""
 
 
 - 
 
- 
- 
session
@AliasFor(annotation=SessionName.class, attribute="value") java.lang.String session
- Default:
 - ""
 
 
 - 
 
 -