-- -- LRUCache.df -- Copyright (C) 1986 by Xerox Corporation. All rights reserved. -- -- LRUCache implements least recently used caches -- -- Created by: Christian Jacobi, August 15, 1986 1:30:38 pm PDT -- Last Edited by: Christian Jacobi, August 16, 1986 7:06:21 pm PDT Exports [Cedar]top> LRUCache.df 18-Aug-86 10:40:35 PDT Exports [Cedar]Documentation> LRUCacheDoc.tioga!2 18-Aug-86 10:40:08 PDT Exports [Cedar]LRUCache> LRUCache.bcd!2 18-Aug-86 10:33:13 PDT LRUCache.mesa!2 18-Aug-86 10:33:06 PDT +LRUCacheImpl.bcd!2 18-Aug-86 10:33:22 PDT LRUCache.Load!1 16-Aug-86 18:25:05 PDT Directory [Cedar]LRUCache> LRUCacheImpl.mesa!2 18-Aug-86 10:30:53 PDT Imports [Cedar]Top>MesaRuntime.df Of ~= Using [Process.bcd] Exports Imports [Cedar]Top>Rope.df Of ~= Using [Rope.bcd, RopeHash.bcd] Imports [Cedar]Top>SafeStorage.df Of ~= Using [SafeStorage.bcd]