ConCache.update_existing
You're seeing just the function
update_existing
, go back to
ConCache module for more information.
Specs
update_existing(t(), key(), update_fun()) ::
:ok | {:error, :not_existing} | {:error, any()}
Updates the item only if it exists. Otherwise works just like update/3
.