cl-cache-tables
A wrapper around native hash-tables to facilitate in-process caching of common lisp data structures.
$ area51 add cl-cache-tablesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cache-tables:some-function ...)