# `Mailglass.Webhook.Providers.SES.CertCache.TableOwner`
[🔗](https://github.com/szTheory/mailglass/blob/v1.0.0/lib/mailglass/webhook/providers/ses/cert_cache/table_owner.ex#L1)

Owns the SES SNS certificate cache ETS table.

Creates and holds the `:mailglass_webhook_ses_cert_cache` ETS table.
The table uses `:public` visibility so `Mailglass.Webhook.Providers.SES.CertCache`
can read and write directly without GenServer message-passing overhead.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

# `table`
*since 0.3.0* 

```elixir
@spec table() :: :mailglass_webhook_ses_cert_cache
```

---

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