由于调用系统缓存统一通过 「loadcache()」
函数调用,并存放于 $_G['cache']
中,因此 「loadcache('plugin')」
后插件的变量缓会存放于 $_G['cache']['plugin']
中。嵌入点插件和以 plugin.php
为主脚本调用的插件无需加载此缓存,系统已自动加载了缓存。变量配置类型为 「版块/*」 的变量会保存在 $_G['cache']['forums'][fid]['plugin']
中。变量配置类型为 「用户组/*」
的变量会保存在 $_G['cache']['usergroup_groupid']['plugin']
和 $_G['group']['plugin']
中。
loadcache(array('userstats', 'historyposts'));