J
Jim Douglas
My setup is web application, middle tier for business logic and data access.
I have static data cached on the GUI and in the middle tier. The stuff
cached in the web application is to populate dropdownlists, etc. The data
cached in the middle tier is larger, company locations, etc.
Should I cache everything in the middle tier so that it's in one place? I
realize that the front end would then have to go across the wire to get the
cached data but is it worth it? What are you guys/gals doing?
Thanks!
Jim Douglas
I have static data cached on the GUI and in the middle tier. The stuff
cached in the web application is to populate dropdownlists, etc. The data
cached in the middle tier is larger, company locations, etc.
Should I cache everything in the middle tier so that it's in one place? I
realize that the front end would then have to go across the wire to get the
cached data but is it worth it? What are you guys/gals doing?
Thanks!
Jim Douglas