Re: [DataCache] Updated Examples

I was mistaken. commit() is available for offline transactions! Its in the CacheTransaction IDL interface, not in the OnlineTransaction IDL interface. commit() should be added back into the examples.

However, this raises the same question I raised about send() and MutableHttpResponse. What happens in the case where you do not issue a commit()?  Again, I feel it should implicitly commit() the transaction. In which case the commit() could be left out and potentially removed.

Thanks,
Joseph Pecoraro

Received on Friday, 11 December 2009 22:59:13 UTC