Next: Creating and freeing keys
Up: Caching
 Previous: Caching data
 
Manipulating Cached Data 1
-  To cache data:
- 
get a key;
 - 
put pointer to data in box that key fits;
 - 
close box and lock it.
 

 - 
To access cached data:
- 
use key for cached data required to open box;
 - 
remove the pointer from the box.
 
 - 
To discard cached data
 
 
David W Walker 
Mon Jan 20 11:10:22 GMT 1997