Interface ConfigSource

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ConfigSource
    A provider for the external configuration.
    • Method Detail

      • get

        Config get​(URI uri,
                   ClassLoader classloader)
        Returns a Config that provides the cache configurations.
        Parameters:
        uri - a uri that may assist in resolving the resource
        classloader - the classloader to load with
        Returns:
        a configuration