ConCache.insert_new
You're seeing just the function
insert_new
, go back to ConCache module for more information.
Specs
insert_new(t(), key(), store_value()) :: :ok | {:error, :already_exists}
Inserts the item into the cache unless it exists.