Both Cache and application objects are used to hold information across the user/application. Once an application object is created, it will live till the time the object is set to null or the iis is restated. But Cache objects will expire depending on the expiration setting set for the cache object
|