Difference between application Variable and cache in ASP.NET

One of thge main difference between Application Variable and cache in ASP.NET is that for Application variable there is no time out but for the Cache there is timeout option available.