whitfin / cachex

A powerful caching library for Elixir with support for transactions, fallbacks and expirations
https://hexdocs.pm/cachex/
MIT License
1.61k stars 105 forks source link

Migrate warmer async flags to better naming structures #343

Closed whitfin closed 8 months ago

whitfin commented 8 months ago

This fixes #333.

This PR will replace the async flag in the warmer structs with a required flag. This makes more sense in the context of recent warmer changes. It also removes setup_env which is pretty dead and no longer necessary, but had been left behind.