mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix lock bug
This commit is contained in:
@@ -174,7 +174,7 @@ public abstract class AbstractCache<K, V> implements Cache<K, V> {
|
||||
return co.get(isUpdateLastAccess);
|
||||
}
|
||||
} finally {
|
||||
lock.unlock(stamp);
|
||||
lock.unlockRead(stamp);
|
||||
}
|
||||
|
||||
// 过期
|
||||
|
Reference in New Issue
Block a user