function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul@SalesforceRahul@Salesforce 

Using Streaming API for Caching

Is Streaming API the right way to go for Caching data on a local server ?
We want to build a .net service which would cache salesforce data locally so that we can reduce the number of API calls. We don't want to keep on polling for data every few minutes.
Will Streaming API help us in this case ? Has anyone done anything like this ?
Any suggestions / links/ tutorials would be helpful.

Thanks.
AmitAmit (Salesforce Developers) 
As of now streaming API can't be used for caching. You can learn more about streaming API by using below guide.

http://www.salesforce.com/us/developer/docs/api_streaming/api_streaming.pdf