I want to use the Caching.Cache(...) method, like so:
Cache.Insert(\"Interview Questions\", datatable, sqlcachedep)
or
Syst
Try this (from memory):
HttpApplication.Context.Cache.Insert("Reading List", datatable, sqlcachedep);