LlmComposer.Cache.Ets (llm_composer v0.19.4)

Copy Markdown View Source

Basic ETS cache.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

server()

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

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

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