How can I print a precached string?

I have this on Callback_StartGameType()
Code:
	game["spawnprotection"] = &"^2Spawn protection ^1OFF^7";
	precacheString(game["spawnprotection"]);
And I'm trying to print it like this
Code:
self iprintln(game["spawnprotection"]);