View Source Nebulex.Adapters.Horde.DynamicSupervisor (nebulex_adapters_horde v1.0.1)

The Distributed Driver.DynamicSupervisor supervises Cache Items as they are needed

Link to this section Summary

Functions

Adds a GenServerItem process to Horde DynamicSupervisor tree

Returns a specification to start this module under a supervisor. See Supervisor.

Link to this section Functions

Link to this function

add_gen_server_child(name, registry_name, key, value, ttl)

View Source

Adds a GenServerItem process to Horde DynamicSupervisor tree

Returns a specification to start this module under a supervisor. See Supervisor.

Link to this function

child_spec(args, id \\ nil)

View Source