From 4cbaf85eea38b50cd76fcdbf8b66afedb5b49124 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Mon, 13 Aug 2018 18:30:07 +0800 Subject: [PATCH] --- src/org/redkale/source/EntityCache.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/redkale/source/EntityCache.java b/src/org/redkale/source/EntityCache.java index 2e3d1623e..fc495d02b 100644 --- a/src/org/redkale/source/EntityCache.java +++ b/src/org/redkale/source/EntityCache.java @@ -100,6 +100,8 @@ public final class EntityCache { public void fullLoad() { if (info.fullloader == null) { + this.list = new ConcurrentLinkedQueue(); + this.map = new ConcurrentHashMap(); this.fullloaded = true; return; }