文档介绍:Caching Architecture Guide
Framework Applications
Information in this document, including URL and other Web site
references, is subject to change without notice. Unless otherwise noted, the
panies, organizations, products, domain names, e-mail addresses,
logos, people, places and events depicted herein are fictitious, and no association
with any pany, organization, product, domain name, e-mail address, logo,
person, place or event is intended or should be inferred. Complying with all
applicable copyright laws is the responsibility of the user. Without limiting the
rights under copyright, no part of this document may be reproduced, stored in or
introduced into a retrieval system, or transmitted in any form or by any means
(electronic, mechanical, photocopying, recording, or otherwise), or for any
purpose, without the express written permission of Microsoft Corporation.
Microsoft, MS-DOS, Active Directory, BizTalk, JScript, Visual Basic, Visual C#, Visual
Studio, Windows, Windows NT, and Win32 are either registered trademarks or
trademarks of Microsoft Corporation in the United States and/or other countries.
© 2003 Microsoft Corporation. All rights reserved.
Version
The names of panies and products mentioned herein may be the
trademarks of their respective owners.
Contents
Chapter 1
Understanding Caching Concepts 1
Introducing the Problems that Caching Solves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Understanding State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Understanding the Lifetime of State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Understanding the Scope of State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Understanding State Staleness . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Understanding the State Transformation Pipeline . . . . .