Package com.oracle.coherence.cdi
Annotation Type View
-
@Qualifier @Documented @Retention(RUNTIME) public @interface View
A qualifier annotation used when injecting a cache view.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.24
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
cacheValues
A flag that istrue
to cache both the keys and values of the materialized view locally, orfalse
to only cache the keys (the default value istrue
).
-
-
-
Element Detail
-
cacheValues
boolean cacheValues
A flag that istrue
to cache both the keys and values of the materialized view locally, orfalse
to only cache the keys (the default value istrue
).- Returns:
true
to indicate that values should be cached orfalse
to indicate that only keys should be cached
- Default:
- true
-
-