@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Deprecated public @interface CacheFromIndex
Modifier and Type | Optional Element and Description |
---|---|
FieldCacheType[] |
value
Deprecated.
|
public abstract FieldCacheType[] value
FieldCache
enum type indicating what kind of caching we should use for index stored metadata. Defaults to FieldCache.CLASS
.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved