Registry / utility / nguyenanhung-my-cache

nguyenanhung-my-cache

JSON →
library4.0.5phppackagistunverified

My Cache Library for caching operations.

composer require nguyenanhung/my-cache
INSTALL
IMPORT
SIG · NGUYENANHUNG-MY-CA
N
nguyenanhung-my-cache
utilityphpv4.0.5
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 NguyenAnhung\MyCache\Cache;

Set and get a cached value with TTL.

use NguyenAnhung\MyCache\Cache; $cache = new Cache(); $cache->set('key', 'value', 3600); $value = $cache->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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