ConCache.insert_new

You're seeing just the function insert_new, go back to ConCache module for more information.
Link to this function

insert_new(cache_id, key, value)

View Source

Specs

insert_new(t(), key(), store_value()) :: :ok | {:error, :already_exists}

Inserts the item into the cache unless it exists.