Merge branch '1.5.x'
This commit is contained in:
@@ -4082,7 +4082,7 @@ cache:
|
||||
public CacheManagerCustomizer<CouchbaseCacheManager> cacheManagerCustomizer() {
|
||||
return c -> {
|
||||
c.prepareCache("biz", CacheBuilder.newInstance(anotherBucket())
|
||||
.withExpirationInMillis(2000));
|
||||
.withExpiration(2));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user