# `Cache.Agent`
[🔗](https://github.com/mikaak/elixir_cache/blob/main/lib/cache/agent.ex#L1)

This module is the Agent adapter. Very lightweight use only

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `native_term_storage?`

Values are held as terms in the Agent's map, so encoding them is pure overhead.

---

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