Class CachingWebAppClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable, ClassVisibilityChecker

@Deprecated(since="12.1.0", forRemoval=true) public class CachingWebAppClassLoader extends CachingWebAppClassLoader
Deprecated, for removal: This API element is subject to removal in a future version.
use core CachingWebAppClassLoader instead
A WebAppClassLoader that caches CachingWebAppClassLoader.getResource(String) results. Specifically this ClassLoader caches not found classes and resources, which can greatly increase performance for applications that search for resources.