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