View Source ExCache.Ets (ex_cache v0.1.0)

Ets-based cache impl.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

fetch(t, key, opts, fallback)

View Source