org.hibernate.search.annotations
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface CacheFromIndex
Modifier and Type | Optional Element and Description |
---|---|
FieldCacheType[] |
value |
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–2015 Hibernate. All rights reserved.