ConCache.dirty_insert_new
You're seeing just the function
dirty_insert_new
, go back to ConCache module for more information.
Specs
dirty_insert_new(t(), key(), store_value()) :: :ok | {:error, :already_exists}
Dirty equivalent of insert_new/3
.