naixiaoxin / think-yac
yac for thinkphp5
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/naixiaoxin/think-yac
This package is auto-updated.
Last update: 2025-09-29 02:06:07 UTC
README
首先安装官方的yac扩展:
http://pecl.php.net/package/yac
然后,配置应用的配置文件config.php
的cache['type']
参数为:
'type' => '\naixiaoxin\yac\Yac',
即可正常使用Yac,例如:
Cache::get('test');
Cache::get('test','test');