My ASP.Net application uses HTTPRuntime.Cache. If I host it on Azure:
- Will there be any compilation errors assuming HTTPRuntime.Cache is not supported on Azure
- There will not be any compliation errors, but HttpRunTime.Cache always returns null for any requested key
- HttpRuntime.Case just works fine
Which of my assumptions is correct?