LangEx.Store.ETS (LangEx v0.7.0)

Copy Markdown View Source

In-memory LangEx.Store backend.

Values live in a public ETS table owned by the application — fast and dependency-free, but per-VM and lost on restart. Use for development, tests, and ephemeral memory.

Summary

Functions

Removes every entry (test helper).

Functions

clear()

@spec clear() :: :ok

Removes every entry (test helper).