DefaultCacheAwareContextLoaderDelegate()
Construct a new DefaultCacheAwareContextLoaderDelegate using a static DefaultContextCache.
This default cache is static so that each context can be cached and reused for all subsequent tests that declare the same unique context configuration within the same JVM process.
See Also
#DefaultCacheAwareContextLoaderDelegate(ContextCache)
DefaultCacheAwareContextLoaderDelegate(contextCache: ContextCache)
Construct a new DefaultCacheAwareContextLoaderDelegate using the supplied ContextCache.