tp6-cache
github.com/tolollipop/tp6-cache
主页
源代码
问题
安装: 3
依赖: 0
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Apache-2.0 6c2ce6d764ea12bec6c7499047bf434c65e4e550
This package is auto-updated.
Last update: 2024-09-19 12:19:50 UTC
thinkphp6 缓存类 (二次开发版)
Cache::ttl(string $name) 获取缓存剩余有效期(秒)
Cache::ttl(string $name)
Cache::update(string $name, $newVal, bool $isMerge = true) 更新缓存内容 (该方法区别于set方法,set方法不支持更新内容同时保留缓存剩余有效期)
Cache::update(string $name, $newVal, bool $isMerge = true)