💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
缓存入口 SetCache GetCache `SetCache(name,type,data)` 例如,配置参数: <table> <thead> <tr> <th>参数</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>name</td> <td>名称</td> </tr> <tr> <td>type</td> <td>类型(0) 含有: 0 1</td> </tr> <tr> <td>data</td> <td>数据 数据可以为空</td> </tr> </tbody> </table> <blockquote> <p>类型</p> <p> 0 名称为表的名称</p> <p> 1 名称为方法名 common/Event/CacheEvent.class.php 中的方法</p> </blockquote> 示例: ~~~ {:SetCache('user')} ~~~ `GetCache` 同上