Update API.md

This commit is contained in:
Rsl1122 2017-05-24 14:03:54 +03:00 committed by GitHub
parent 7539c2c9c0
commit a8145ec5f6

View File

@ -247,6 +247,7 @@ getPlayerHtmlAsString(UUID uuid) | Returns the full html for Inspect page. If is
## Cache methods
Method | Description
-- | --
updateAnalysisCache() | Run's the analysis & places AnalysisData to the cache.
getAnalysisDataFromCache() | Returns the AnalysisData in the cache.
cacheUserDataToInspectCache(UUID uuid) | Caches the UserData of the player to InspectCache from cache or the database. Call from Async thread.