Commit 17c9fc58 authored by Phillip Webb's avatar Phillip Webb

Polish

parent c93ea54e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment