# `Lotus.Cache.ETS`
[🔗](https://github.com/typhoonworks/lotus/blob/v0.16.6/lib/lotus/cache/ets.ex#L1)

An ETS-based, local, in-memory cache adapter for Lotus.

This is the default cache adapter if none is specified.

If you want a distributed cache, consider using `Lotus.Cache.Cachex`.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `decode`

# `encode`

# `start_link`

---

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