ConCache.dirty_update_existing
You're seeing just the function
dirty_update_existing
, go back to ConCache module for more information.
Specs
dirty_update_existing(t(), key(), update_fun()) :: :ok | {:error, :not_existing} | {:error, any()}
Dirty equivalent of update_existing/3
.