Cache.Mesa
created by RoseTranslate 3.1.3 of September 5, 1985 12:14:34 pm PDT
created from Cache.Rose of March 10, 1986 7:20:54 pm PST
created for McCreight.pa
created at March 11, 1986 11:07:15 am PST
DIRECTORY
RoseTypes, RoseCreate, IO, BitOps, CacheOps, Cucumber, DragonRosemary, Random, PrintTV, AMBridge, SwitchTypes, Dragon;
Cache: CEDAR DEFINITIONS
= BEGIN
Cache: PROC [args: CacheArgs] RETURNS [ct: RoseTypes.CellType];
CacheArgs: TYPE = RECORD [
cacheParm: CacheOps.Cache,
skipRejectsParm: BOOL];
END.