# `Apero.Cache.ETS`
[🔗](https://github.com/Lorenzo-SF/apero/blob/3.0.0/lib/apero/cache/ets.ex#L1)

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.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
