# `Apero.Application`
[🔗](https://github.com/Lorenzo-SF/apero/blob/3.0.0/lib/apero/application.ex#L1)

OTP application entry point for Apero.

Starts:

  * `Apero.Cache.Supervisor` — for cache adapters that need their own
    supervision (ETS-based adapters attach directly; Redis/Memcached
    adapters would spawn a connection GenServer here).

---

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