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
.
@spec fetch(ExCache.t(), ExCache.k(), ExCache.put_opts(), ExCache.fallback()) :: ExCache.v()