Skip to content
Bill La Forge edited this page Dec 11, 2015 · 6 revisions

API

The null db cache trait serves in place of a block cache, converting block numbers to block positions using (aatree.core.db-block-size this). There are only a few function supported by this trait:

(aatree.null-db-cache-trait.null-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 Null Db Cache Options.

Clone this wiki locally