View Source Momento.Config.Configuration (Momento Elixir SDK v0.6.6)

Configuration for Momento CacheClient

Link to this section Summary

Link to this section Types

@type t() :: %Momento.Config.Configuration{
  transport_strategy: Momento.Config.Transport.TransportStrategy.t()
}

Link to this section Functions

Link to this function

with_transport_strategy(config, transport_strategy)

View Source
@spec with_transport_strategy(
  config :: t(),
  transport_strategy :: Momento.Config.Transport.TransportStrategy.t()
) :: t()