@Documented
@Retention(value=RUNTIME)
public @interface View
cache view
.Modifier and Type | Optional Element and Description |
---|---|
boolean |
cacheValues
A flag that is
true to cache both the keys and values of the
materialized view locally, or false to only cache the keys (the
default value is true ). |
public abstract boolean cacheValues
true
to cache both the keys and values of the
materialized view locally, or false
to only cache the keys (the
default value is true
).true
to indicate that values should be cached or
false
to indicate that only keys should be cached