ASP.NET - Details of Cache

Asked By suryam b on 28-Feb-13 09:04 AM
what is the cache and use of it
Robbe Morris replied to suryam b on 28-Feb-13 09:12 AM
Holds data in memory either permanently or until it is set to expire.  Commonly used to limit the number of trips to the database to retrieve the same data.