If I try to retrieve data from a gamecache that I've never stored anything into, what will I get returned? 0? null? error?

JASS:
set i = GetStoredInteger(theGamecache, "Something", "Something")
What would
i be assigned as if I never stored anything as "Something", "Something"?
I tried a search but didn't find anything about it.
EDIT:
I think I actually found something related to this problem, however, it says GetStoredXXXX returns 0. How does that work for strings?