World-level cache helpers
// Beforeconst allPlayers = world.getAllPlayers();// Afterconst allPlayers = CacheLayer.getAllPlayers(); Copy
// Beforeconst allPlayers = world.getAllPlayers();// Afterconst allPlayers = CacheLayer.getAllPlayers();
World-level cache helpers
Example