-- LRUCache.df -- Copyright Ó 1986, 1987, 1988, 1990, 1992 by Xerox Corporation. All rights reserved. -- Created by: Christian Jacobi, August 15, 1986 1:30:38 pm PDT -- DFPort: April 30, 1991 5:34:35 pm PDT -- Willie-s, September 27, 1991 5:29 pm PDT -- Christian Jacobi, March 27, 1992 2:21 pm PST -- Russ Atkinson (RRA) April 22, 1988 6:59:15 pm PDT -- -- LRUCache implements least recently used caches -- -- -- This version for Portable Cedar leaves circular garbage ! -- The finalizer process to break the circularity is commented out until -- finalization and processes work -- Exports [Cedar10.1] LRUCache.df 27-Mar-92 14:21:57 PST Directory [Cedar10.1] LRUCache.require!1 13-May-91 14:18:16 PDT LRUCacheDoc.tioga!1 20-May-91 13:51:28 PDT LRUCache.mob!1 24-Feb-92 20:34:31 PST LRUCache.mesa!1 23-May-91 15:21:55 PDT LRUCacheImpl.mob!1 24-Feb-92 20:35:03 PST LRUCacheImpl.mesa!1 30-Sep-91 10:48:50 PDT LRUCacheImpl.c2c.c!1 24-Feb-92 20:35:05 PST +sun4>LRUCacheImpl.c2c.o!1 24-Feb-92 20:36:48 PST Imports [Cedar10.1]Rope.df Of ~= Using [Rope.mob, RopeHash.mob]