Releases: dereuromark/cakephp-cache
Releases · dereuromark/cakephp-cache
2.0.0
1.2.1
Fixes
Fixed up deprecation change.
1.2.0
Improvements
- Remove deprecations
- CakePHP 4.4+ and PHP 7.4+
0.5.1
Fixes
Fixed prefix handling.
0.5.0
Improvements
- Backport
keyGenerator
- Remove deprecations around
Inflector::slug()
usage in favor ofText::slug()
1.1.0
Improvements
- Allow caching many URLs using subfoldering
- Allow caching also longer URLs, including very long query strings, using hashes.
Fixes
- Do not write cache files for non GET requests.
0.4.1
Fixes
Fixed "when" detection
1.0.1
Fixes
Fixed return types as per expectation.
1.0.0
CakePHP 4 stable release
This plugin contains a full-page view cache solution for your controller actions.
You can use file-based (default) or any engine based (e.g. Memcache, Redis, ...) cache strategy.
Note: The config key changed to CacheConfig
to avoid clashing with Cache
which holds the configured engines.
1.0.0-rc
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
Note: The PartialCache feature will be removed for stable, as it is not useful as is.