Ash.Dsl.Transformer.persist
You're seeing just the function
persist
, go back to Ash.Dsl.Transformer module for more information.
Saves a value into the dsl config with the given key.
This can be used to precompute some information and cache it onto the resource,
or simply store a computed value. It can later be retrieved with Ash.Dsl.Extension.get_persisted/3
.