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
@spec with_transport_strategy( config :: t(), transport_strategy :: Momento.Config.Transport.TransportStrategy.t() ) :: t()