.NET White Papers
Cache in on the Enterprise Library Caching Block for .NET 2.0
Overview The ability to store items in memory the first time they are requested - whether data objects, pages, or parts of a page - is one of the most important factors in building high-performance, scalable applications. After storing such items in the local cache, one can improve application throughput by returning the cached output in response to subsequent requests rather than recreating them from scratch every time. Caching has the greatest performance benefit when the information requested demands significant processor time or other resources. In fact, caching is plumbing code that's too important to create, test, and maintain individually in every .NET application.
| Publisher | Jupitermedia | File Format | HTML |
|---|---|---|---|
| Date Published | April 2006 | ||
| Format | White Papers | ||
| Topics | |||



