In Objective-C, I've used Three20's TTUrlRequest to enable some simple caching of my web service calls.
I'd like to do something similar in MonoTouch, but it's unclear whether or not the MT implementation of HttpWebRequest supports caching. Using HttpWebResponse.IsFromCache causes a "Not Implemented" exception.
I haven't been able to find any good discussions on caching strategies when using MonoTouch.
Is there any built in caching support, or do I have to roll my own?