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

Raised at runtime when a key already exists in cache.

Summary

Types

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