# Functions
NewCache return a fresh empty cache with ref to the State Store.
No description provided by the author
NewStore creates a new instance.
# Constants
StateDbName is the filename of the kvstore.
# Variables
ErrValueNotFound returned when the value for a key is nil.
# Structs
No description provided by the author
State commit information.
KVCache provides a cached used for r/w access to storage.
No description provided by the author
Store provides access the the levelDb and Tree.
# Interfaces
Cache is the used to batch writes for commit.
TreeReader provides read access to committed state.
TreeWriter writes to state and provides a snapshot of committed state.