# yiovo-tp8-cache **Repository Path**: php-lib/yiovo-tp8-cache ## Basic Information - **Project Name**: yiovo-tp8-cache - **Description**: yiovo-tp8-cache - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## tp8-cache thinkphp8 缓存类 (二次开发版) #### 新增方法: `Cache::ttl(string $name)` 获取缓存剩余有效期(秒) `Cache::update(string $name, $newVal, bool $isMerge = true)` 更新缓存内容 (该方法区别于set方法,set方法不支持更新内容同时保留缓存剩余有效期)