Registry / utility / cakephp-cache

cakephp-cache

JSON →
library5.3.6phppackagistunverified

Easy to use Caching library with support for multiple caching backends.

composer require cakephp/cache
INSTALL
IMPORT
SIG · CAKEPHP-CACHE
C
cakephp-cache
utilityphpv5.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cache
use Cake\Cache\Cache;

Configure and use the CakePHP cache with file engine.

use Cake\Cache\Cache; Cache::setConfig('default', ['engine' => 'File']); Cache::write('key', 'value'); $value = Cache::read('key');
Debug
Known issues
breakingCache engine configuration changed in CakePHP 4.0.
fix
Use new configuration format with 'engine' key instead of 'className'.
affects: >=4.0.0
Upgrade
Version history
5.3.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cakephp-cache — pip install cakephp-cache · libregistry