Skip to content
Bill La Forge edited this page Dec 12, 2015 · 4 revisions

API

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.

Clone this wiki locally