@Configuration @AutoConfigureAfter(value=cn.ipokerface.redis.spring.JedisAutoConfiguration.class) public class CacheAutoConfiguration extends Object
| 构造器和说明 |
|---|
CacheAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
AdminCacheService |
adminCacheService(CacheService cacheService) |
CacheService |
cacheService() |
PropertyCacheService |
propertyCacheService(CacheService cacheService) |
@Bean public CacheService cacheService()
@Bean public AdminCacheService adminCacheService(CacheService cacheService)
@Bean public PropertyCacheService propertyCacheService(CacheService cacheService)
Copyright © 2021. All rights reserved.