whitfin / cachex

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

Remove set and set_many from the main API #338

Closed whitfin closed 7 months ago

whitfin commented 7 months ago

This fixes #337.

These functions were left behind in 3.0 as backwards compatibility. It's time to finally remove them now that we're shipping a new major version!