Tai.Venues.VenueStore (tai v0.0.75)

Link to this section Summary

Link to this section Types

Specs

key() :: Stored.Backend.key()

Specs

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

Specs

store_id() :: atom()

Link to this section Functions

Link to this function

after_backend_create()

Callback implementation for Stored.Store.after_backend_create/0.

Callback implementation for Stored.Store.after_clear/0.

Link to this function

after_delete(record)

Callback implementation for Stored.Store.after_delete/1.

Link to this function

after_put(record)

Callback implementation for Stored.Store.after_put/1.

Link to this function

all(store_id \\ :default)

Link to this function

backend_created()

Callback implementation for Stored.Store.backend_created/0.

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

clear(store_id \\ :default)

Link to this function

count(store_id \\ :default)

Link to this function

default_store_id()

Specs

default_store_id() :: store_id()
Link to this function

delete(record_or_key, store_id \\ :default)

Link to this function

find(key, store_id \\ :default)

Link to this function

handle_continue(atom, state)

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

Link to this function

process_name(store_id)

Specs

process_name(store_id()) :: atom()
Link to this function

put(record, store_id \\ :default)

Link to this function

start_link(args)