Registry / utility / topthink-think-cache

topthink-think-cache

JSON →
library3.0.1phppackagistunverified

Cache management component for ThinkPHP framework.

composer require topthink/think-cache
INSTALL
IMPORT
SIG · TOPTHINK-THINK-CAC
T
topthink-think-cache
utilityphpv3.0.1
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 think\Cache;

Basic cache set and get operations.

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

No known issues recorded.

Upgrade
Version history
3.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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