You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🆕 Version 1.0.0
Added concept of namespace keys for versioning & the ability to group like keys
(for invalidation purposes) group them with a namespace key.
This is likely the last updates to this code before I start using it in
a production environment.
✨ Make get and first cache keys match
Previously, the cache key generated for get() and first() were different
because the names of the dictionary key containing the parms to bind
where different ('id' if get, 'param' if first).
This change injects the bound params into the query and then hashes
that.
The purpose for this change, was that previously, it was impossible to
invalidate cache for a get() or get_or_404().