ExSecrets.Cache (ex_secrets v0.4.0)

Copy Markdown View Source

Cache module provides helper functions for caching secrets.

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.

get(key)

pass_by(key, value)

save(key, value)

@spec save(any(), any()) :: any()

start_link(default)