@Configuration
@ConditionalOnClass(value=org.springframework.cache.CacheManager.class)
@ConditionalOnProperty(prefix="spring.cache",
name="auto",
havingValue="true",
matchIfMissing=true)
public class CacheAutoConfigurationBefore
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CacheAutoConfigurationBefore.CacheConfiguration |
| Constructor and Description |
|---|
CacheAutoConfigurationBefore() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.