Registry / utility / cache-simple-cache-bridge

cache-simple-cache-bridge

JSON →
library1.2.0phppackagistunverified

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

composer require cache/simple-cache-bridge
INSTALL
IMPORT
SIG · CACHE-SIMPLE-CACHE
C
cache-simple-cache-bridge
utilityphpv1.2.0
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.

SimpleCacheBridge
✓ use Cache\Bridge\SimpleCache\SimpleCacheBridge;

Bridge a PSR-6 cache pool to PSR-16 SimpleCache interface

use Cache\Bridge\SimpleCache\SimpleCacheBridge; use Cache\Adapter\Filesystem\FilesystemCachePool; $pool = new FilesystemCachePool(); $simpleCache = new SimpleCacheBridge($pool); $simpleCache->set('key', 'value', 3600);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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