@ -34,13 +34,13 @@ import org.springframework.context.ConfigurableApplicationContext;
@@ -34,13 +34,13 @@ import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext ;
import org.springframework.context.annotation.Bean ;
import org.springframework.context.annotation.Configuration ;
import org.springframework.context.test. fixtures .cache.AbstractCacheAnnotationTests ;
import org.springframework.context.test. fixtures .cache.CacheTestUtils ;
import org.springframework.context.test. fixtures .cache.SomeCustomKeyGenerator ;
import org.springframework.context.test. fixtures .cache.SomeKeyGenerator ;
import org.springframework.context.test. fixtures .cache.beans.AnnotatedClassCacheableService ;
import org.springframework.context.test. fixtures .cache.beans.CacheableService ;
import org.springframework.context.test. fixtures .cache.beans.DefaultCacheableService ;
import org.springframework.context.testfixture.cache.AbstractCacheAnnotationTests ;
import org.springframework.context.testfixture.cache.CacheTestUtils ;
import org.springframework.context.testfixture.cache.SomeCustomKeyGenerator ;
import org.springframework.context.testfixture.cache.SomeKeyGenerator ;
import org.springframework.context.testfixture.cache.beans.AnnotatedClassCacheableService ;
import org.springframework.context.testfixture.cache.beans.CacheableService ;
import org.springframework.context.testfixture.cache.beans.DefaultCacheableService ;
import static org.assertj.core.api.Assertions.assertThat ;