Interface ApplicationCache.Loader

  • Enclosing interface:
    ApplicationCache
    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 static interface ApplicationCache.Loader
    Cannot use Function here, since we need to propagate checked exceptions.
    Since:
    7.5
    • Method Detail

      • getApplication

        com.atlassian.crowd.model.application.Application getApplication​(String name)
                                                                  throws com.atlassian.crowd.exception.ApplicationNotFoundException
        Throws:
        com.atlassian.crowd.exception.ApplicationNotFoundException