Registry / utility / cache-array-adapter

cache-array-adapter

JSON →
library1.2.0phppackagistunverified

A PSR-6 cache implementation using a PHP array. This implementation supports tags.

composer require cache/array-adapter
INSTALL
IMPORT
SIG · CACHE-ARRAY-ADAPTE
C
cache-array-adapter
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.

ArrayCachePool
✓ use Cache\Adapter\Array\ArrayCachePool;

Create an in-memory cache pool and retrieve an item.

use Cache\Adapter\Array\ArrayCachePool; $pool = new ArrayCachePool(); $item = $pool->getItem('key');
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-array-adapter — pip install cache-array-adapter · libregistry