View Source LlmComposer.Cache.Ets (llm_composer v0.8.0)

Basic ETS cache.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

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

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

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