ConCache.dirty_fetch_or_store

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

dirty_fetch_or_store(cache_id, key, fetch_or_store_fun)

View Source

Specs

dirty_fetch_or_store(t(), key(), fetch_or_store_fun()) ::
  {:ok, value()} | {:error, any()}

Dirty equivalent of fetch_or_store/3.