R Redhair Oct 12, 2008 #1 While using 3 tiers design in a ASP.NET 3.5 application development, we should cache the DAL or BLL or both objects?
While using 3 tiers design in a ASP.NET 3.5 application development, we should cache the DAL or BLL or both objects?
B bruce barker Oct 13, 2008 #2 not sure why you'd cache either. if either had any read only threadsafe objects, then you might cache them. -- bruce (sqlwork.com)
not sure why you'd cache either. if either had any read only threadsafe objects, then you might cache them. -- bruce (sqlwork.com)
J Jayakrishnan Oct 13, 2008 #4 Redhair said: ex: the shop online catalog won't be changed frequently Click to expand... You could cache the data alone in presentation layer. Jay
Redhair said: ex: the shop online catalog won't be changed frequently Click to expand... You could cache the data alone in presentation layer. Jay