feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,9 +4,9 @@
声明:function
按名称读取全局缓存
按名称读取全局缓存
<!-- tags: 全局缓存 读取缓存 获取缓存 cache get -->
<!-- tags: 全局缓存 读取缓存 获取缓存 cache get 读取 获取 缓存 缓存管理 -->
| 参数 | 类型 | 说明 |
| ----------- | ------ | -------------------------------------------------------------------- |
@@ -35,9 +35,9 @@ echo cached_data[0], ",", cached_data[1], ",", cached_data[2], "\n";
声明:function
全局缓存引用的信息
全局缓存引用的信息
<!-- tags: 全局缓存 缓存信息 引用计数 内存 过期 cache info -->
<!-- tags: 全局缓存 缓存信息 引用计数 内存 过期 cache info 获取 查询 缓存 缓存管理 -->
| 参数 | 类型 | 说明 |
| ------- | ---- | -------------------- |
@@ -62,9 +62,9 @@ echo info["name"], "\n";
声明:function
判断变量或单元格是否为全局缓存引用
判断变量或单元格是否为全局缓存引用
<!-- tags: 全局缓存 判断缓存引用 类型判断 cache reference -->
<!-- tags: 全局缓存 判断缓存引用 类型判断 cache reference 判断 检查 缓存 缓存管理 -->
| 参数 | 类型 | 说明 |
| ------- | ------- | ---------------------------------------------------------------------------------- |
@@ -94,9 +94,9 @@ echo ifCache(cached_data), "\n";
声明:function
列出现存的全局缓存信息及引用用户。需要高级权限 HighLevel 2 或系统权限
列出现存的全局缓存信息及引用用户。需要高级权限 HighLevel 2 或系统权限
<!-- tags: 全局缓存 列出缓存 缓存管理 cache list -->
<!-- tags: 全局缓存 列出缓存 缓存管理 cache list 列出 列表 缓存 -->
返回:Array,现存全局缓存信息以及被引用的用户情况。
@@ -114,9 +114,9 @@ echo dataType(cache_list), "\n";
声明:function
列出被重置或过期的全局缓存信息及引用用户。需要高级权限 HighLevel 2 或系统权限
列出被重置或过期的全局缓存信息及引用用户。需要高级权限 HighLevel 2 或系统权限
<!-- tags: 全局缓存 过期缓存 重置缓存 缓存管理 cache removed -->
<!-- tags: 全局缓存 过期缓存 重置缓存 缓存管理 cache removed 列出 列表 缓存 -->
返回:Array,被重置或过期的全局缓存信息以及被引用的用户情况。
@@ -134,9 +134,9 @@ echo dataType(removed_list), "\n";
声明:function
设置全局缓存
设置全局缓存
<!-- tags: 全局缓存 写入缓存 设置缓存 过期时间 cache set -->
<!-- tags: 全局缓存 写入缓存 设置缓存 过期时间 cache set 设置 修改 缓存 缓存管理 -->
| 参数 | 类型 | 说明 |
| ------- | --------- | -------------------------------------------- |