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.
|
void initialize(Properties properties)
properties
- the caching strategy configurationFilter getCachedFilter(FilterKey key)
key
- the filter keyCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved