ExCache.Ets (ex_cache v0.1.1)
View SourceEts-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()