View Source Momento.Requests.CollectionTtl (Momento Elixir SDK v0.4.0)

Link to this section Summary

Link to this section Types

@type t() :: %Momento.Requests.CollectionTtl{
  refresh_ttl: boolean(),
  ttl_seconds: float() | nil
}

Link to this section Functions

@spec of(ttl_seconds :: float()) :: t()