tolollipop/tp8-cache

v1.0.2 2024-03-19 12:52 UTC

This package is auto-updated.

Last update: 2024-09-19 14:14:01 UTC


README

thinkphp6 缓存类 (二次开发版)

新增方法:

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

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