cl-cache-tables

MIT

A wrapper around native hash-tables to facilitate in-process caching of common lisp data structures.

$ area51 add cl-cache-tablesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cache-tables:some-function ...)

Dependencies