Cache.Agent (elixir_cache v0.5.0)

Copy Markdown View Source

This module is the Agent adapter. Very lightweight use only

Summary

Functions

Returns a specification to start this module under a supervisor.

Values are held as terms in the Agent's map, so encoding them is pure overhead.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

native_term_storage?(opts)

Values are held as terms in the Agent's map, so encoding them is pure overhead.