File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
spring-aspects/src/test/java/org/springframework/cache/aspectj
spring-context/src/main/java/org/springframework/cache/annotation Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2424import org .springframework .cache .concurrent .ConcurrentMapCache ;
2525import org .springframework .cache .config .AnnotatedJCacheableService ;
2626import org .springframework .cache .jcache .config .AbstractJCacheAnnotationTests ;
27- import org .springframework .cache .jcache .config .JCacheableService ;
2827import org .springframework .cache .support .SimpleCacheManager ;
2928import org .springframework .context .ApplicationContext ;
3029import org .springframework .context .annotation .AdviceMode ;
3332import org .springframework .context .annotation .Configuration ;
3433
3534/**
36- *
3735 * @author Stephane Nicoll
3836 */
39- public class AspectJJcacheJavaConfigTests extends AbstractJCacheAnnotationTests {
37+ public class JCacheAspectJJavaConfigTests extends AbstractJCacheAnnotationTests {
4038
4139 @ Override
4240 protected ApplicationContext getApplicationContext () {
4341 return new AnnotationConfigApplicationContext (EnableCachingConfig .class );
4442 }
4543
44+
4645 @ Configuration
4746 @ EnableCaching (mode = AdviceMode .ASPECTJ )
4847 public static class EnableCachingConfig {
Original file line number Diff line number Diff line change 2121import org .springframework .context .support .GenericXmlApplicationContext ;
2222
2323/**
24- *
2524 * @author Stephane Nicoll
2625 */
27- public class AspectJJcacheNamespaceConfigTests extends AbstractJCacheAnnotationTests {
26+ public class JCacheAspectJNamespaceConfigTests extends AbstractJCacheAnnotationTests {
2827
2928 @ Override
3029 protected ApplicationContext getApplicationContext () {
Original file line number Diff line number Diff line change 2525import org .springframework .util .ClassUtils ;
2626
2727/**
28- * Select which implementation of {@link AbstractCachingConfiguration} should be used
28+ * Selects which implementation of {@link AbstractCachingConfiguration} should be used
2929 * based on the value of {@link EnableCaching#mode} on the importing {@code @Configuration}
3030 * class.
31- * <p>Detect the presence of JSR-107 and enables JCache support accordingly.
31+ *
32+ * <p>Detects the presence of JSR-107 and enables JCache support accordingly.
3233 *
3334 * @author Chris Beams
3435 * @author Stephane Nicoll
You can’t perform that action at this time.
0 commit comments