Hi,
In a software (client-server arch.) I would like to create a cache in local filesystem for some data received over network. (they are marked as DataContract and Serializable). The data can be modified by other users so must be syncronized.
In a few words: I need something like Outlook's *.ost files for Exchange.
What is the best practice to achieve this, or any good solution?