playerDataCache

abstract val playerDataCache: MutableMap<UUID, PlayerData>

The data cache. This should not be used in most circumstances as the methods allow you to get the data you want in a null safe way.