v5.0.0
What's Changed
A lot has changed, hence why a new version.
Most notably, there are three big changes.
- Using
cache()only supports either the TTL, or a Flexible TTL array. - Any additional cache configuration is done pushing a callback or
Laragear\CacheQuery\Cacheobject instance. - Commutative operations opt-in, which is great if the same query is scattered across your app.
Full Changelog: v4.2.2...v5.0.0