mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
增加全局存储工具注解
This commit is contained in:
@@ -9,6 +9,8 @@ use think\helper\Arr;
|
|||||||
*
|
*
|
||||||
* 可以在当前生命周期内,存储一些全局数据,
|
* 可以在当前生命周期内,存储一些全局数据,
|
||||||
* 相比SESSION,性能更高,但是只能在当前生命周期内使用(常驻内存服务时除外)
|
* 相比SESSION,性能更高,但是只能在当前生命周期内使用(常驻内存服务时除外)
|
||||||
|
*
|
||||||
|
* @mixin Arr
|
||||||
*/
|
*/
|
||||||
class StoreValueToolsBase
|
class StoreValueToolsBase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user