View Source Baobab.Persistence (Baobab v0.16.7)

Functions related to Baobab values persistence

Summary

Functions

Interact with a Baobab persistence mechanism

Deal with the peristed bamboo content

Retrieve the current hash of the :content or :identity store.

Retrieve the current calues of the :content or :identity store.

Functions

Link to this function

action(which, clump_id, action, value \\ nil)

View Source

Interact with a Baobab persistence mechanism

Actions closely mirror the underlying dets at present

Link to this function

content(subject, action, entry_id, clump_id, addlval \\ nil)

View Source

Deal with the peristed bamboo content

Link to this function

current_hash(which, clump_id \\ "default")

View Source

Retrieve the current hash of the :content or :identity store.

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

Link to this function

current_value(which, clump_id \\ "default")

View Source

Retrieve the current calues of the :content or :identity store.