This commit is contained in:
Phillip Webb
2016-02-25 21:32:09 -08:00
parent c93ea54ea3
commit 17c9fc585f
2 changed files with 1 additions and 1 deletions

View File

@@ -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();

View File

@@ -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