View Source Nebulex.KeyAlreadyExistsError exception (Nebulex v2.5.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__: true,
  cache: atom(),
  key: term()
}