Interface SettingsResolver

    • Method Detail

      • init

        void init()
        Initializes backing store and retrieves values into memory
      • get

        Object get​(String key,
                   Object defaultValue)
        Gets value from in memory store
        Parameters:
        key - key to retrieve
        defaultValue - value to default to if none found
        Returns:
        value found or default if none