[READ-ONLY] Easy to use Caching library with support for multiple caching backends. This repo is a …

Repo Url https://github.com/cakephp/cache
Clone Url:
Watchers 7
Issues 0
Forks 3
Last Pushed At 2016-04-25
Tags has:composer has:license has:readme keyword:cache keyword:caching license:mit version:4.x
Last fetched: on 1/3/20

Recent Activity

Date Commit Message
2025-05-17 Drop psalm
2025-05-17 Merge branch '5.x' into 5.next
2025-05-17 Raise 5.3 PHP min to 8.2 (#18341) * Raise 5.3 PHP min to 8.2 * Drop phpunit 10. * Raise 5.3 PHP min to 8.2 in splits.
2025-05-17 Small cleanups and typo fixes.
2025-05-17 Update composer.json for split packages. This should fix running phpstan for the split packages
2025-05-17 Merge remote-tracking branch 'origin/5.x' into 5.next
2025-05-17 Allow flushDb() usage (#18613) * Allow flushDb() usage * Fix tests. * Make option name more explicit and fix tests. * Add test coverage for clearUsesFlushDb * Clear configs between tests * Fix mistakes in tests --------- Co-authored-by: Mark Story
2025-05-17 Merge branch '5.x' into 5.next
2025-05-17 Allow flushDb() usage (#18613) * Allow flushDb() usage * Fix tests. * Make option name more explicit and fix tests. * Add test coverage for clearUsesFlushDb * Clear configs between tests * Fix mistakes in tests --------- Co-authored-by: Mark Story
2025-04-26 Make NullEngine return the original keys with the default as other cache engines do
2025-04-26 Backport: Treat null as a valid cache value on MemcachedEngine::getMultiple (#18254) Treat null as a valid cache value on MemcachedEngine::getMultiple