| | |
| | | import org.springframework.lang.NonNull; |
| | | import org.springframework.lang.Nullable; |
| | | |
| | | /* loaded from: blade-starter-redis-9.3.0.0-SNAPSHOT.jar:org/springblade/core/redis/config/RedisAutoCacheManager.class */ |
| | | public class RedisAutoCacheManager extends RedisCacheManager { |
| | | public RedisAutoCacheManager(RedisCacheWriter cacheWriter, RedisCacheConfiguration defaultCacheConfiguration, Map<String, RedisCacheConfiguration> initialCacheConfigurations, boolean allowInFlightCacheCreation) { |
| | | super(cacheWriter, defaultCacheConfiguration, initialCacheConfigurations, allowInFlightCacheCreation); |