|
38 | 38 | import org.springframework.core.io.support.SpringFactoriesLoader;
|
39 | 39 | import org.springframework.test.context.BootstrapContext;
|
40 | 40 | import org.springframework.test.context.CacheAwareContextLoaderDelegate;
|
41 |
| -import org.springframework.test.context.ContextCache; |
42 | 41 | import org.springframework.test.context.ContextConfiguration;
|
43 | 42 | import org.springframework.test.context.ContextConfigurationAttributes;
|
44 | 43 | import org.springframework.test.context.ContextHierarchy;
|
|
68 | 67 | * <li>{@link #processMergedContextConfiguration}
|
69 | 68 | * </ul>
|
70 | 69 | *
|
71 |
| - * <p>To plug in custom {@link ContextCache} support, override |
72 |
| - * {@link #getCacheAwareContextLoaderDelegate()}. |
| 70 | + * <p>To plug in custom |
| 71 | + * {@link org.springframework.test.context.cache.ContextCache ContextCache} |
| 72 | + * support, override {@link #getCacheAwareContextLoaderDelegate()}. |
73 | 73 | *
|
74 | 74 | * @author Sam Brannen
|
75 | 75 | * @author Juergen Hoeller
|
@@ -481,8 +481,9 @@ protected Class<? extends ContextLoader> resolveExplicitContextLoaderClass(
|
481 | 481 | * <p>The default implementation simply delegates to
|
482 | 482 | * {@code getBootstrapContext().getCacheAwareContextLoaderDelegate()}.
|
483 | 483 | * <p>Concrete subclasses may choose to override this method to return a
|
484 |
| - * custom {@code CacheAwareContextLoaderDelegate} implementation with |
485 |
| - * custom {@link ContextCache} support. |
| 484 | + * custom {@code CacheAwareContextLoaderDelegate} implementation with custom |
| 485 | + * {@link org.springframework.test.context.cache.ContextCache ContextCache} |
| 486 | + * support. |
486 | 487 | * @return the context loader delegate (never {@code null})
|
487 | 488 | */
|
488 | 489 | protected CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate() {
|
|
0 commit comments