Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.2.57
Added
- database name to cache keys and tags to help with multi-tenancy use-cases.
Fixed
find()
using array parameter.
0.2.56
Fixed
- nested
whereNull
withinwhereHas
.
0.2.55
Fixed
- caching of
between
where clauses. - test cache keys and brought them back to green.
0.2.54
Fixed
- caching of query parameter bindings.
0.2.53
Fixed
->inRandomOrder()
to not cache the query.
0.2.52
Changed
flush
console command to be calledclear
, to match other laravel commands.
Fixed
- implementation of
count()
method.
0.2.51
Added
- disabling of
all()
query.
0.2.50
Added
- cache invalidation when
destroy()
ing models.
Fixed
- cache tag generation when calling
all()
queries that prevented proper
cache invalidation.
0.2.49
Fixed
- caching of
->first()
queries.
0.2.48
Added
- database connection name to cache prefix.