View Source Nebulex.KeyAlreadyExistsError exception (Nebulex v2.3.2)

Raised at runtime when a key already exists in cache.

Link to this section Summary

Link to this section Types

@type t() :: %Nebulex.KeyAlreadyExistsError{
  __exception__: term(),
  cache: atom(),
  key: term()
}