Class CachingWebAppClassLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @ManagedObject
    public class CachingWebAppClassLoader
    extends WebAppClassLoader
    A WebAppClassLoader that caches getResource(String) results. Specifically this ClassLoader caches not found classes and resources, which can greatly increase performance for applications that search for resources.