cakephp-cache

CakePHP Cache plugin for caching views as static cache files.

MIT License

Downloads
26.6K
Stars
32
Committers
10
cakephp-cache - 2.0.0 Latest Release

Published by dereuromark 12 months ago

CakePHP 5 compatible release

Enjoy!

cakephp-cache - 1.2.1

Published by dereuromark over 1 year ago

Fixes

Fixed up deprecation change.

cakephp-cache - 1.2.0

Published by dereuromark over 1 year ago

Improvements

  • Remove deprecations
  • CakePHP 4.4+ and PHP 7.4+
cakephp-cache - 0.5.1

Published by dereuromark almost 2 years ago

Fixes

Fixed prefix handling.

cakephp-cache - 0.5.0

Published by dereuromark about 2 years ago

Improvements

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

Published by dereuromark over 3 years ago

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.
cakephp-cache - 0.4.1

Published by dereuromark almost 4 years ago

Fixes

Fixed "when" detection

cakephp-cache - 1.0.1

Published by dereuromark about 4 years ago

Fixes

Fixed return types as per expectation.

cakephp-cache - 1.0.0

Published by dereuromark over 4 years ago

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.

cakephp-cache - 1.0.0-rc

Published by dereuromark over 4 years ago

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.

cakephp-cache - 1.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-cache - 0.4.0

Published by dereuromark almost 5 years ago

Bugfixes

Fixed POST requests not to be cached as per HTTP specs.

cakephp-cache - 0.3.2

Published by dereuromark almost 5 years ago

Improvements

Removed deprecations.
This plugin now requires CakePHP 3.7+.

cakephp-cache - 0.3.1

Published by dereuromark over 6 years ago

Improvements

CakePHP 3.6 compatibility.
PHPStan added.

This plugin now requires CakePHP 3.5+ due to the deprecations removed.

cakephp-cache - CacheMiddleware added

Published by dereuromark over 7 years ago

For CakePHP 3.4+ the middleware approach is supposed to be used for Cache plugin now.
It replaces the deprecated DispatcherFilter.

cakephp-cache - Small fixes

Published by dereuromark about 8 years ago

  • Allow different caches for '/' and '/home'
  • Implementing cache expiration check
cakephp-cache - Initial release for CakePHP 3

Published by dereuromark over 8 years ago