Amarula.RetryCache.Scope (amarula v0.1.0)

View Source

A 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

t()

@type t() :: %Amarula.RetryCache.Scope{
  adapter: module(),
  state: Amarula.RetryCache.adapter_state()
}