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

This defines Horde Cache GenServer Item process (every process represents a key that holds a value)

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

child_spec(registry_name, key, value, ttl)

View Source
Link to this function

start_link(registry_name, key, value \\ nil, ttl \\ nil)

View Source