I use the Caches dir in File.DirLibrary to store a SQL database to hold user data (credentials and other settings) of my app. From some users I get the reaction that they need to re-enter their credentials each time they use the app. I suspect that the reason for that is that the database is no longer there. Is this Caches dir the correct place to store the db?