企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**格式:** ~~~ Cache::get([name : string = null], [type : string = null]) ~~~ **参数描述:** | 参数名 | 参数描述 | 可选值 | | --- | --- | --- | | name | 缓存的文件名 | | | type | 日志的文件类型 | local(本地),redis | **例子:** ~~~ $r = Cache::get('sys.txt', 'test'); print_r($r); ~~~