tp8-cache
github.com/tolollipop/tp8-cache
主页
源代码
问题
安装: 3
依赖项: 0
建议者: 0
安全: 0
星星: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Apache-2.0 c4d66972fc612bf52c0f02648b29bf57ef63adac
This package is auto-updated.
Last update: 2024-09-19 14:14:01 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)