I have a portal that pulls data from a data source which is updated every day at 1am. So I want to set the expiration on the ajax calls that request the data from my asp.net mvc controller to expire at 2 am.
How do I set a specific date/time for expiration on the controller that is called by the ajax function?