Stored.Store behaviour (stored v0.0.8)

Link to this section Summary

Link to this section Types

Specs

record() :: Stored.Backend.record()

Link to this section Callbacks

Link to this callback

after_backend_create()

(optional)

Specs

after_backend_create() :: no_return()
Link to this callback

after_clear()

(optional)

Specs

after_clear() :: no_return()
Link to this callback

after_delete(record)

(optional)

Specs

after_delete(record()) :: no_return()
Link to this callback

after_put(record)

(optional)

Specs

after_put(record()) :: no_return()
Link to this callback

backend_created()

(optional)

Specs

backend_created() :: no_return()