# `GEPA.EvaluationCache.Entry`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/evaluation_cache.ex#L9)

Cached result for one candidate/example pair.

# `t`

```elixir
@type t() :: %GEPA.EvaluationCache.Entry{
  objective_scores: %{required(String.t()) =&gt; float()} | nil,
  output: term(),
  score: float()
}
```

---

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