stored v0.0.4 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.put/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

put(item, table_name)

Callback implementation for Stored.Backend.put/2.