If you want to store simple types of data you should use the LocalSettings. If you want to store custom classes, I suggest you to use the LocalFolder of your app to save objects on a JSON (or custom) file.
You can get more infos in the MSDN. (sorry I can't post link)