Strategy ONE

Page Cache Matching

Page cache is a type of cache matching and follows the same matching algorithm to determine whether a cache can be used to satisfy a request.

When page cache is generated, the Intelligence Server save manipulations as part of the cache key. When deciding whether an existing page cache can be hit, the Intelligence Server compares a user's saved manipulations with the manipulations saved in the page cache key. The Intelligence Server only hits the cache if the manipulations are the same. When generating and hitting page cache, the Intelligence Server only counts the manipulations that can affect the page. To see when a page is affected by manipulations, see Page Cache Generation.