public interface LookupCachePurge
LookupDataAdapter.doRefresh(LookupCachePurge)
to allow data adapters to prune cache
entries without having to know about the actual cache instances.Modifier and Type | Method and Description |
---|---|
void |
purgeAll()
Purges all entries from the cache.
|
void |
purgeKey(Object key)
Purges only the cache entry for the given key.
|
void purgeAll()
void purgeKey(Object key)
key
- cache key to purgeCopyright © 2012–2021 Graylog, Inc.. All rights reserved.