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