3 tier design and cache for ASP.NET 3.5

  • Thread starter Thread starter Redhair
  • Start date Start date
R

Redhair

While using 3 tiers design in a ASP.NET 3.5 application development,
we should cache the DAL or BLL or both objects?
 
not sure why you'd cache either. if either had any read only threadsafe
objects, then you might cache them.

-- bruce (sqlwork.com)
 
Back
Top