Class FallbackCacheConfig

java.lang.Object
org.graylog2.plugin.lookup.FallbackCacheConfig
All Implemented Interfaces:
LookupCacheConfiguration

public class FallbackCacheConfig extends Object implements LookupCacheConfiguration
This is the dummy config that accepts anything and has a marker method to detect a missing plugin. Otherwise loading the config from the database fails hard.
  • Constructor Details

    • FallbackCacheConfig

      public FallbackCacheConfig()
  • Method Details