replace LoadingCache with more simple LoadingMap alternative when no auto expiry is needed

This commit is contained in:
Luck
2018-12-14 18:37:56 +00:00
Unverified
parent de24817d9c
commit 4b1cf51530
17 changed files with 83 additions and 124 deletions
@@ -40,8 +40,6 @@ import me.lucko.luckperms.api.platform.PlatformInfo;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
import javafx.print.Collation;
import java.util.Collection;
import java.util.Optional;
import java.util.Set;