Managing Component Resources
Typically, page caching occurs both on the client machine and on the WebObjects application server. WOApplication provides methods to control caching on either end of a web connection. This section discusses server-side caching and the section "Client-Side Page Caching" looks at the consequences of page caching on the client.
There are three common techniques for controlling component resources:
- Adjusting the page cache size
- Using awake and sleep to initialize and release resources
- Controlling page instantiation by implementing pageWithName:
Table of Contents Next Section