| Arc Cross Reference |
cache[procedure] cache timef valf(def cache (timef valf)
(with (cached nil gentime nil)
(fn ()
(unless (and cached (< (- (seconds) gentime) (timef)))
(= cached (valf)
gentime (seconds)))
cached)))
| AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |