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

Supervisor for cache adapters.

Currently a no-op (the in-memory ETS cache does not need supervision)
but exists to provide an extension point for adapters that DO need
their own process (e.g. Redis, Memcached connection pools).

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

---

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