stored v0.0.3 Stored.Backends.ETS

Link to this section Summary

Functions

Callback implementation for Stored.Backend.all/1.

Callback implementation for Stored.Backend.create/1.

Callback implementation for Stored.Backend.find/2.

Callback implementation for Stored.Backend.upsert/2.

Link to this section Functions

Link to this function

all(table_name)

Callback implementation for Stored.Backend.all/1.

Link to this function

create(table_name)

Callback implementation for Stored.Backend.create/1.

Link to this function

find(key, table_name)

Callback implementation for Stored.Backend.find/2.

Link to this function

upsert(item, table_name)

Callback implementation for Stored.Backend.upsert/2.