wesmiler 355a9528c1 Wesmiler 校企小程序 更新 6.15 版权修改 3 лет назад
..
src 8595fe43f0 Wesmiler 校企小程序源代码部署 3 лет назад
.gitignore 8595fe43f0 Wesmiler 校企小程序源代码部署 3 лет назад
LICENSE 355a9528c1 Wesmiler 校企小程序 更新 6.15 版权修改 3 лет назад
README.md 8595fe43f0 Wesmiler 校企小程序源代码部署 3 лет назад
composer.json 8595fe43f0 Wesmiler 校企小程序源代码部署 3 лет назад

README.md

tp6-cache

thinkphp6 缓存类 (二次开发版)

新增方法:

Cache::ttl(string $name) 获取缓存剩余有效期(秒)

Cache::update(string $name, $newVal, bool $isMerge = true) 更新缓存内容 (该方法区别于set方法,set方法不支持更新内容同时保留缓存剩余有效期)