Releases: Laragear/CacheQuery
Releases · Laragear/CacheQuery
Minor fix for deleting keys
New cache system
This 3.x is a more cleaner implementation of caching queries, as it wraps the Database Connection into a proxy and hears select statements.
It also supports programmatically caching results forever with null, or regenerating them with false.
Minor cosmetic fix
- Adds SonarCloud badge.
New release, new mechanic
This new release doesn't break anything, but it changes how it caches results. It simply proxies the underlaying connection for a SELECT statement. Proxying the Database Connection is by far a better implementation of cache interception.
This version will run in parallel with version 2.0, so you can choose for the foreseeable future which feels better for you, unless 1.x becomes hard to maintain.
Command for removing keys
What's Added
- This new release adds a command to forget named keys from the CLI:
cache-query:forget my-named-key.
Fixes package name
The package name was wrongly registered as query-cache. It's always been cache-query.
First release
v1.0.0 Merge remote-tracking branch 'origin/1.x' into 1.x