Hi, I'm looking for a way to cach data in DAL. So I just want to clarify following things, 1. whether Caching can be done only base on a web page or else can be implemented in layers such as DAL, Bll etc..?..... 2. To cach we are using System.Web.UI.Page.Cash.Insert(..,..,..,..,..); but there is...