Apero.Cache.ETS (Apero v1.0.0)

Copy Markdown View Source

ETS-backed cache with TTL support.

Each cache is an independent named ETS table managed by its own GenServer. Entries expire automatically via lazy removal on read and periodic sweeping.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.