# `Orchid.Repo.ContentAddressable`
[🔗](https://github.com/SynapticStrings/Orchid/blob/main/lib/orchid/repo.ex#L68)

Optional behaviour for adapters that can answer cheap existence
queries without deserialising the stored value.

Used by cache-hit verification in OrchidStratum's BypassHook.

# `exists?`
[🔗](https://github.com/SynapticStrings/Orchid/blob/main/lib/orchid/repo.ex#L75)

```elixir
@callback exists?(store :: Orchid.Repo.store_ref(), Orchid.Repo.key()) :: boolean()
```

---

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