HttpRuntime.Cache[] vs Application[]
I know that most people recommend using HttpRuntime.Cache because it has more flexibility… etc. But what if you want the object to persist in the cache for the life of the application? Is there any big downside to using the Application[] object to cache things?