I have successfully cached a large data item in a web service, but if I want to return that cached item later rather than running the lengthy query again, how can I convert the generic cached item to an object of my own design?I have successfully cached a large data item in