Annotation Interface View
A qualifier annotation used when injecting a
cache view
.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An annotation literal for theView
annotation. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
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 Details
-
cacheValues
boolean cacheValuesA 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
-