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

Replace :initial with :default #373

Closed whitfin closed 1 month ago

whitfin commented 1 month ago

This fixes #370.

Replaces :initial with :default for consistency with other names.