Registry / utility / cache-tag-interop

cache-tag-interop

JSON →
library1.1.0phppackagistunverified

Framework interoperable interfaces for cache tagging in PHP.

composer require cache/tag-interop
INSTALL
IMPORT
SIG · CACHE-TAG-INTEROP
C
cache-tag-interop
utilityphpv1.1.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.

TaggableCacheItemInterface
use Cache\TagInterop\TaggableCacheItemInterface;

Demonstrates setting tags on a cache item using the tag interop interface.

use Cache\TagInterop\TaggableCacheItemInterface; // Example usage with a PSR-6 cache pool implementing this interface $item = $cachePool->getItem('key'); $item->setTags(['tag1', 'tag2']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cache-tag-interop — pip install cache-tag-interop · libregistry