Generated by
JDiff

Interface org.springframework.test.context.CacheAwareContextLoaderDelegate

Changed from a class to an interface. Changed from non-abstract to abstract.

Added Methods
void closeContext(MergedContextConfiguration, HierarchyMode) Remove the ApplicationContext application context for the supplied MergedContextConfiguration from the context cache and ConfigurableApplicationContext#close() close it if it is an instance of ConfigurableApplicationContext.
 

Changed Methods
ApplicationContext loadContext(MergedContextConfiguration) Changed from non-abstract to abstract. Load the ApplicationContext application context for the supplied MergedContextConfiguration by delegating to the ContextLoader configured in the given {@code MergedContextConfiguration}.