Annotation Interface AutoConfigureCache
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureCache
Annotation that can be applied to a test class to configure a test 
CacheManager
if none has been defined yet. By default this annotation installs a
NoOpCacheManager.- Since:
- 4.0.0
- Author:
- Phillip Webb
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
cacheProvider- Default:
- NONE
 
 
-