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); throw new IllegalStateException(e);
} }
} }
map.put(key, value); put(key, value);
} }
} finally { } finally {
lock.unlock(); lock.unlock();

Loading…
Cancel
Save