Class UserDataCache
java.lang.Object
com.bencodez.advancedcore.api.user.usercache.UserDataCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChange(UserDataChange change, boolean queue) cache()voidvoidvoidvoiddump()getUser()booleanhasCache()booleanbooleanvoidvoidvoidupdateCache(HashMap<String, com.bencodez.simpleapi.sql.data.DataValue> tempCache)
-
Constructor Details
-
UserDataCache
-
-
Method Details
-
addChange
-
cache
-
clearCache
public void clearCache() -
clearChanges
public void clearChanges() -
displayCache
public void displayCache() -
displayCacheStringList
-
dump
public void dump() -
getUser
-
hasCache
public boolean hasCache() -
hasChangesToProcess
public boolean hasChangesToProcess() -
isCached
-
processChanges
public void processChanges() -
processChangesAsync
public void processChangesAsync() -
updateCache
-