RE: Caching Design



No u dont need to move the caching stuff to one place.There will be something
which needs to be cached at the UI level and something which needs to be
cached at the business level.Take for example,if you have some static html or
static content that will be displayed throughout u can cache this at the UI
level.At business level,u can cache the things which is frequently accessed
from database.business level is the best place for it.

"Jim Douglas" wrote:

> 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
>
>
>
.



Relevant Pages

  • Re: Cache Hit Ratio from system views
    ... indicator is how long business transaction take. ... but breaking down the response time into it's ... Time spent in application server ... "A low cache hit ratio does not imply that increasing the size of the ...
    (comp.databases.oracle.server)
  • Re: sku011.cab
    ... the Small Business edition. ... local cache is ... >supposed to avoid source media requests by caching cab ... >corrupted and a cab file cannot be found. ...
    (microsoft.public.officeupdate)
  • Re: middle tier recommendations
    ... Continuous business use M-S 8-7. ... During peak times we could see a sudden spike in usage. ... >> be passing custom objects back and forth with the middle tier interacting ...
    (microsoft.public.dotnet.framework)
  • Re: What am I missing?
    ... protocols regarding how it did business then a business layer is definitely ... I think what you are saying is the middle tier simplifies a complex ... One of the developers told me SOAP was the new way ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SqlCacheDependency and ObjectDataSource
    ... I couldn't quite see how to best use this in my business class. ... my business or ASP.NET tier. ... is this definitely required for SQL 2005? ... cache, and always let your business object return DataTable from cache. ...
    (microsoft.public.dotnet.framework.aspnet)