consider mapCache.

change map.put() -> put().
pull/843/head
dobi 8 years ago
parent 5f11dcf566
commit 98a5ff882b

@ -155,7 +155,7 @@ public class RedissonCache implements Cache {
throw new IllegalStateException(e);
}
}
map.put(key, value);
put(key, value);
}
} finally {
lock.unlock();

Loading…
Cancel
Save