org.hibernate.search.filter
public interface FilterCachingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
addCachedFilter(FilterKey key,
Filter filter)
Propose a candidate filter for caching
|
Filter |
getCachedFilter(FilterKey key)
Retrieve the cached filter for a given key or null if not cached
|
void |
initialize(Properties properties)
initialize the strategy from the properties
The Properties must not be changed
|
void initialize(Properties properties)
Filter getCachedFilter(FilterKey key)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved