pull/5256/head
Phillip Webb 9 years ago
parent c93ea54ea3
commit 17c9fc585f

@ -457,7 +457,6 @@ public class CacheAutoConfigurationTests {
JCacheCacheManager cacheManager = validateCacheManager(
JCacheCacheManager.class);
assertThat(cacheManager.getCacheNames()).containsOnly("foo", "bar");
assertThat(cacheManager.getCacheNames()).hasSize(2);
}
finally {
Caching.getCachingProvider(cachingProviderFqn).close();

@ -3383,6 +3383,7 @@ recommend to keep this setting enabled if you create your own `RedisCacheManager
====
[[boot-features-caching-provider-guava]]
==== Guava
If Guava is present, a `GuavaCacheManager` is auto-configured. Caches can be created

Loading…
Cancel
Save