Mailglass.Webhook.Providers.SES.CertCache.TableOwner (Mailglass v1.0.0)

Copy Markdown View Source

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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

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

table()

(since 0.3.0)
@spec table() :: :mailglass_webhook_ses_cert_cache