Annotation Type View
A qualifier annotation used when injecting a cache view.
- Since:
- 3.0
- Author:
- Gunnar Hillert
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanA flag that istrueto cache both the keys and values of the materialized view locally, orfalseto only cache the keys (the default value istrue).
- 
Element Details- 
cacheValuesboolean cacheValuesA flag that istrueto cache both the keys and values of the materialized view locally, orfalseto only cache the keys (the default value istrue).- Returns:
- trueto indicate that values should be cached or- falseto indicate that only keys should be cached
 - Default:
- true
 
 
-