Class WarningCache
java.lang.Object
com.gamersafer.minecraft.auth.common.db.cache.WarningCache
- All Implemented Interfaces:
IWarningStorage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWarnings
(UserIdentity identity) getWarnings
(String guildMemberId) void
shutdown()
unwarnUser
(String guildMemberId, UserIdentity identity)
-
Constructor Details
-
WarningCache
-
-
Method Details
-
add
- Specified by:
add
in interfaceIWarningStorage
-
update
- Specified by:
update
in interfaceIWarningStorage
-
getWarnings
- Specified by:
getWarnings
in interfaceIWarningStorage
-
getUnsubmittedWarnings
- Specified by:
getUnsubmittedWarnings
in interfaceIWarningStorage
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceIWarningStorage
-