K
Kevin Burrowes
I need to implement caching for a large enterprise application and we are
planning to use the newest Caching Application Blocks. (Enterprise Library
Jan. 2006)
We want to cache Business Entities (DTO's) at the service layer and have a
few questions.
Are there other options than using Microsoft Caching blocks - possibly open
source?
The application will be on a web farm so from what I understand we need to
store the cache in SQL and am confused to the benefit of this since the
whole point of caching is to avoid hitting a database.
What design pattern could we use to implement this into our application?
thanks.
Kevin
planning to use the newest Caching Application Blocks. (Enterprise Library
Jan. 2006)
We want to cache Business Entities (DTO's) at the service layer and have a
few questions.
Are there other options than using Microsoft Caching blocks - possibly open
source?
The application will be on a web farm so from what I understand we need to
store the cache in SQL and am confused to the benefit of this since the
whole point of caching is to avoid hitting a database.
What design pattern could we use to implement this into our application?
thanks.
Kevin