Apero.Cache.Supervisor (Apero v2.1.0)

Copy Markdown View Source

Supervisor for cache adapters.

Currently a no-op (the in-memory ETS cache does not need supervision) but exists to provide an extension point for adapters that DO need their own process (e.g. Redis, Memcached connection pools).

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.