Skip to content

Releases: dereuromark/cakephp-cache

2.0.0

30 Oct 16:58
Compare
Choose a tag to compare

CakePHP 5 compatible release

Enjoy!

1.2.1

29 Jan 00:08
Compare
Choose a tag to compare

Fixes

Fixed up deprecation change.

1.2.0

29 Jan 00:04
e2565ab
Compare
Choose a tag to compare

Improvements

  • Remove deprecations
  • CakePHP 4.4+ and PHP 7.4+

0.5.1

02 Dec 14:59
3f15778
Compare
Choose a tag to compare

Fixes

Fixed prefix handling.

0.5.0

17 Aug 11:19
a92dffd
Compare
Choose a tag to compare

Improvements

  • Backport keyGenerator
  • Remove deprecations around Inflector::slug() usage in favor of Text::slug()

1.1.0

07 Jul 15:08
Compare
Choose a tag to compare

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

20 Nov 20:02
77e7cec
Compare
Choose a tag to compare

Fixes

Fixed "when" detection

1.0.1

29 Aug 12:17
Compare
Choose a tag to compare

Fixes

Fixed return types as per expectation.

1.0.0

09 May 15:55
Compare
Choose a tag to compare

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

11 Apr 14:05
Compare
Choose a tag to compare

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.