@Environment(value=CLIENT) public class UploadTokenCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private static it.unimi.dsi.fastutil.longs.Long2ObjectMap<String> |
tokenCache |
| Constructor and Description |
|---|
UploadTokenCache() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(long worldId) |
static void |
invalidate(long world) |
static void |
put(long wid,
String token) |
private static final it.unimi.dsi.fastutil.longs.Long2ObjectMap<String> tokenCache