LRU Db Cache - laforge49/aatree GitHub Wiki
The lru db cache trait builds on clojure.core.cache and the db file trait. There are only a few function supported by this trait:
(aatree.lru-db-cache-trait.lru-db-cache this)
(aatree.core.block-read this block-nbr buffer-length)
(aatree.core.block-write this block-nbr byte-buffer)
(aatree.core.block-clear this)
See also LRU Db Cache Options.