Caching the objects is good practice. When data is retrieved from database server then objects are created. Creating an object is activity that takes time and resources. Some objects are very expensive to create. That's why caching takes place in BLL and not
in DAL. DAL deals only with data management,
Don't forget to mark solution providing post as "Answered".
DigiMortal
Contributor
5658 Points
939 Posts
MVP
Re: Enable Cache in DAL
May 24, 2008 07:56 AM|LINK
Also visit my ASP.NET blog or follow me @ Twitter:twitter.com/gpeipman