refactoring

pull/2485/head
Nikita Koksharov 5 years ago
parent d12ed9c98c
commit e2ea4fb127

@ -105,7 +105,7 @@ public class RedissonCache implements Cache {
}
RedissonClient redisson = Redisson.create(cfg);
mapCache = getMapCache(redisson);
mapCache = getMapCache(id, redisson);
if (maxSize > 0) {
mapCache.setMaxSize(maxSize);
}

Loading…
Cancel
Save