Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-01-04 10:48:25 +01:00
5 changed files with 19 additions and 9 deletions

View File

@@ -4082,7 +4082,7 @@ cache:
public CacheManagerCustomizer<CouchbaseCacheManager> cacheManagerCustomizer() {
return c -> {
c.prepareCache("biz", CacheBuilder.newInstance(anotherBucket())
.withExpirationInMillis(2000));
.withExpiration(2));
};
}