# `Baobab.Persistence`
[🔗](https://github.com/mwmiller/baobab_ex/blob/main/lib/baobab/persistence.ex#L1)

Functions related to Baobab values persistence

# `action`

Interact with a Baobab persistence mechanism

Actions closely mirror the underlying `dets` at present

# `compact`

# `content`

Deal with the peristed bamboo content

# `content_hash`

Retrieve the current hash of the `:content` store.

No information should be gleaned from any particular hash beyond whether
the contents have changed since a previous check.

# `current_stored_info`

Retrieve the current stored info which is the max entry for each
stored log

# `current_value`

Retrieve the current value of the `:content` store.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
