View Source Momento.Validation (Momento Elixir SDK v0.6.6)

Link to this section Summary

Link to this section Functions

Link to this function

validate_cache_name(cache_name)

View Source
@spec validate_cache_name(cache_name :: String.t()) ::
  :ok | {:error, Momento.Error.t()}
Link to this function

validate_sorted_set_name(sorted_set_name)

View Source
@spec validate_sorted_set_name(sorted_set_name :: String.t()) ::
  :ok | {:error, Momento.Error.t()}