Hello all,
I just started diving into ADO.NET Data Services for a project, and I quickly ran into a problem. At first I was amazed by the performance, but then I realized that the data was cached. My project relies on real-time data, and I'd love to use the ADO.NET Data Services REST query syntax (without needing to use WCF or SOAP), but without caching.
I saw on the ADO.NET Data Services introduction page (here) that they do not yet have API support for managing the cache duration or anything of the like.
Anyone have any ideas of how to accomplish this, or turn off the cache?
Thanks, Paul