tolollipop/tp6-cache

tp6-cache

Maintainers

Package info

github.com/tolollipop/tp6-cache

Homepage

pkg:composer/tolollipop/tp6-cache

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2024-03-19 11:05 UTC

This package is auto-updated.

Last update: 2026-03-19 16:07:40 UTC


README

thinkphp6 缓存类 (二次开发版)

新增方法:

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

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