Spectre.Router.SemanticCache.Owner (Spectre v0.3.0)

Copy Markdown View Source

Stable owner for the built-in semantic-cache ETS tables and collection lifecycle operations.

Tables created by arbitrary request processes disappear when those callers exit. Owning them from the application supervision tree makes their lifetime explicit and lets a supervisor rebuild a consistent empty projection after a crash.

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.