# `Lei.Cache`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/lei/cache.ex#L5)

ETS-backed cache for LowEndInsight analysis results with DETS persistence.

Stores analysis reports keyed by repo URL. Each entry includes a timestamp
and optional TTL for expiration. The cache persists across restarts via DETS.

# `all_valid`

# `clear`

# `close`

# `count`

# `get`

# `init`

# `put`

# `stats`

---

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