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

Refactor cache entry names and options #360

Closed whitfin closed 1 month ago

whitfin commented 2 months ago

This fixes #359.

This PR will rename various options in the entry record as specified in the related issue, as well as neatening various Cachex.Query values to be more efficient.