We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.