Registry / utility / hyperf-cache

hyperf-cache

JSON →
library3.1.69phppackagistunverified

A cache component for hyperf.

composer require hyperf/cache
INSTALL
IMPORT
SIG · HYPERF-CACHE
H
hyperf-cache
utilityphpv3.1.69
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.

CacheManager
use Hyperf\Cache\CacheManager;

Store and retrieve a cache entry with a TTL of 1 hour.

<?php use Hyperf\Cache\CacheManager; $cache = new CacheManager(); $cache->set('key', 'value', 3600); $value = $cache->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.69latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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