Is it possible to store user information on the client's system for quick access? For instance, if I have a list of the user's friends obtained via FQL, is there a way to cache this data so that I don't need to request it every time the app is used?
I'm sorry if I've incorrectly used technical terms, as I am still learning to program.