Class CachePurge

java.lang.Object
org.graylog2.lookup.CachePurge
All Implemented Interfaces:
LookupCachePurge

public class CachePurge extends Object implements LookupCachePurge
This will be passed to LookupDataAdapter.refresh(LookupCachePurge) to allow data adapters to purge the cache after updating their state/data. It takes care of using the correct LookupCacheKey prefix to delete only those cache keys which belong to the data adapter.