Amarula.RetryCache.Scope (amarula v0.1.0)
View SourceA retry-cache scope: the resolved adapter plus its state. Handed to a cache
adapter (with the connection profile) on each call. Mirrors
Amarula.Storage.Scope but for the separate retry-cache concern.
Summary
Types
@type t() :: %Amarula.RetryCache.Scope{ adapter: module(), state: Amarula.RetryCache.adapter_state() }