Gets the value for a given key as an int.
Returns 0 if the key does not exist.
0
int getInt(String key) { return _delegate.getInt(key); }