# `LlmComposer.Cache.Ets`
[🔗](https://github.com/doofinder/llm_composer/blob/master/lib/llm_composer/cache/ets.ex#L1)

Basic ETS cache.

# `server`

```elixir
@type server() :: atom() | module() | pid()
```

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(Keyword.t()) :: GenServer.on_start()
```

---

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