Reads a value from persistent storage, throwing an exception if it's not an int.
@override int? getInt(String key) => getAs(key);