This commit is contained in:
@@ -100,6 +100,8 @@ public final class EntityCache<T> {
|
|||||||
|
|
||||||
public void fullLoad() {
|
public void fullLoad() {
|
||||||
if (info.fullloader == null) {
|
if (info.fullloader == null) {
|
||||||
|
this.list = new ConcurrentLinkedQueue();
|
||||||
|
this.map = new ConcurrentHashMap();
|
||||||
this.fullloaded = true;
|
this.fullloaded = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user