You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)